Skip to content

Commit

Permalink
Fix tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jwokaty committed Aug 15, 2022
1 parent d5e8696 commit 7079cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7079cd8

Please sign in to comment.