Skip to content

Commit 3f03b5c

Browse files
committed
Fix branch name.
Signed-off-by: Jelmer de Wolde <jelmer.de.wolde@alliander.com>
1 parent 14bc55e commit 3f03b5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dockerfiles-changed.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
deploy-docker-image:
2020
uses: ./.github/workflows/deploy-docker-image.yml
2121
with:
22-
container-image: rcdt/robotics:${{ github.ref_name }}-latest
22+
container-image: rcdt/robotics:${GITHUB_HEAD_REF/\//-}-latest
2323
secrets: inherit
2424
ros-workspace:
2525
uses: ./.github/workflows/ros-workspace.yml
2626
with:
27-
container-image: rcdt/robotics:${{ github.ref_name }}-latest
27+
container-image: rcdt/robotics:${GITHUB_HEAD_REF/\//-}-latest

0 commit comments

Comments
 (0)