We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f03b5c commit 69d4e6aCopy full SHA for 69d4e6a
.github/workflows/dockerfiles-changed.yml
@@ -19,9 +19,9 @@ jobs:
19
deploy-docker-image:
20
uses: ./.github/workflows/deploy-docker-image.yml
21
with:
22
- container-image: rcdt/robotics:${GITHUB_HEAD_REF/\//-}-latest
+ container-image: rcdt/robotics:${{ github.head_ref }}-latest
23
secrets: inherit
24
ros-workspace:
25
uses: ./.github/workflows/ros-workspace.yml
26
27
0 commit comments