Skip to content

Commit

Permalink
fix(docker-build.yml): use properly formatted github workflow variabl…
Browse files Browse the repository at this point in the history
…e context
  • Loading branch information
senges committed Dec 5, 2024
1 parent 008cada commit 734f931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags: ghcr.io/senges/tovald:${{ GITHUB_REF }}
tags: ghcr.io/senges/tovald:${{ github.ref }}

0 comments on commit 734f931

Please sign in to comment.