Skip to content

Commit

Permalink
build(infra): add missing $ to expansion in workflow (#2003)
Browse files Browse the repository at this point in the history
  • Loading branch information
julio-lopez committed Apr 11, 2023
1 parent b845ed8 commit 79153ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kanister-image-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
type=ref,event=branch
type=sha
{{date 'YYYY.MM.DD-HHmm'}}
{{ inputs.tag }}
${{ inputs.tag }}
- name: Login to GHCR
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 79153ac

Please sign in to comment.