Skip to content

Commit

Permalink
Tag is now put into version of the container. Makes more sense that w…
Browse files Browse the repository at this point in the history
…ay, I feel.
  • Loading branch information
kristoff-kiefer committed Oct 13, 2023
1 parent ec9c90b commit 5e932a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image-to-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
push: true
# temporarily change this to latest to make deployment
# tags: ghcr.io/${{ env.LOWERCASE_REPO }}:${{ needs.branch_meta.outputs.sha }}
tags: ghcr.io/${{ env.LOWERCASE_REPO }}/${{github.ref_name}}:latest
tags: ghcr.io/${{ env.LOWERCASE_REPO }}:${GITHUB_REF_NAME,,}
labels: ${{ steps.docker_meta_img.outputs.labels }}

# trivy-vulnerability-scanning:
Expand Down

0 comments on commit 5e932a5

Please sign in to comment.