diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e25d02..0760e47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,6 +35,10 @@ jobs: uses: docker/metadata-action@v5 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} + tags: | + type=ref,event=branch + type=ref,event=pr + type=sha - name: build prod image uses: docker/build-push-action@v5 if: github.ref == 'refs/heads/main'