Skip to content

Commit 69d4e6a

Browse files
committed
Try to fix use of github variable.
Signed-off-by: Jelmer de Wolde <jelmer.de.wolde@alliander.com>
1 parent 3f03b5c commit 69d4e6a

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_HEAD_REF/\//-}-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_HEAD_REF/\//-}-latest
27+
container-image: rcdt/robotics:${{ github.head_ref }}-latest

0 commit comments

Comments
 (0)