Skip to content

Commit

Permalink
Fix missing $ sign
Browse files Browse the repository at this point in the history
  • Loading branch information
janvhs committed Sep 17, 2024
1 parent e45f243 commit 5f5d6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,5 @@ jobs:
with:
push: true # Will only build if this is not here
tags: |
ghcr.io/${{ github.repository }}:{{ steps.latest-tag.outputs.tag }}
ghcr.io/${{ github.repository }}:${{ steps.latest-tag.outputs.tag }}
ghcr.io/${{ github.repository }}:latest

0 comments on commit 5f5d6a2

Please sign in to comment.