Skip to content

Commit

Permalink
ci: add branchname to docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
HilkopterBob committed Aug 16, 2024
1 parent 587fddb commit c985238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unstable-build-docker-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags: hilkopterbob/packagelock:unstable-${{ env.BRANCH }}
tags: hilkopterbob/packagelock:unstable-${{ github.head_ref || github.ref_name }}

0 comments on commit c985238

Please sign in to comment.