diff --git a/.github/workflows/build-image-and-publish.yml b/.github/workflows/build-image-and-publish.yml index ac09a94..9731fbc 100644 --- a/.github/workflows/build-image-and-publish.yml +++ b/.github/workflows/build-image-and-publish.yml @@ -31,6 +31,11 @@ jobs: uses: docker/metadata-action@v1 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} + tags: | + type=ref,event=branch + type=ref,event=pr + type=sha + type=raw,value=latest-${{ matrix.platform }} - name: Set up QEMU uses: docker/setup-qemu-action@v3