Skip to content

Commit c985238

Browse files
committed
ci: add branchname to docker tag
1 parent 587fddb commit c985238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unstable-build-docker-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
uses: docker/build-push-action@v6
1919
with:
2020
push: true
21-
tags: hilkopterbob/packagelock:unstable-${{ env.BRANCH }}
21+
tags: hilkopterbob/packagelock:unstable-${{ github.head_ref || github.ref_name }}

0 commit comments

Comments
 (0)