Skip to content

Commit

Permalink
Fix manual docker GHA (valhalla#5059)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstnbwnkl authored Jan 18, 2025
1 parent 6bd9101 commit 6436c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:

- name: Build latest image for given branch
run: |
docker buildx build --push --platform linux/amd64,linux/arm64 --tag ghcr.io/valhalla/valhalla:branch-${{ github.ref }} .
docker buildx build --push --platform linux/amd64,linux/arm64 --tag ghcr.io/valhalla/valhalla:branch-${{ github.ref_name }} .

0 comments on commit 6436c31

Please sign in to comment.