diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 876ea13c9..d1d471d19 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -85,7 +85,7 @@ jobs: file: ./Dockerfile platforms: linux/amd64,linux/arm64 push: true - tags: ${{ env.IMAGE_NAME }}:${{ needs.tagpr.outputs.tag }} + tags: ${{ env.IMAGE_NAME }}:latest,${{ env.IMAGE_NAME }}:${{ needs.tagpr.outputs.tag }} - name: Generate artifact attestation uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0