diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 42f706f..00dda31 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -98,7 +98,7 @@ jobs: with: context: . push: true - tags: user/app:latest + tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest # Sign the resulting Docker image digest except on PRs. # This will only write to the public Rekor transparency log when the Docker