Skip to content

Commit

Permalink
fix: ci ref -> ref_name
Browse files Browse the repository at this point in the history
  • Loading branch information
scolastico authored May 28, 2024
1 parent a356e40 commit 315276e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: mr-smithers-excellent/docker-build-push@v6
id: docker_build
with:
tags: latest,${{ github.sha }},${{ github.ref }}
tags: latest,${{ github.sha }},${{ github.ref_name }}
image: main
registry: ghcr.io
directory: ./
Expand Down

0 comments on commit 315276e

Please sign in to comment.