Skip to content

Commit

Permalink
Merge pull request #12 from jwokaty/update-docker-tag
Browse files Browse the repository at this point in the history
Fix tags
  • Loading branch information
jwokaty authored Aug 15, 2022
2 parents d5e8696 + 7079cd8 commit 47abf1f
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 47abf1f

Please sign in to comment.