We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d97e9 commit 58d5f38Copy full SHA for 58d5f38
1 file changed
.github/workflows/pi_release.yml
@@ -68,7 +68,7 @@ jobs:
68
if [ -f "dev.${{ env.DOCKERFILE }}" ]; then
69
bash ${{ github.workspace }}/cicd-deployment-scripts/pi/edit_dockerfile.sh \
70
-i "${{ env.PARENT_IMAGE_NAME }}" \
71
- -l "${{ env.HEAD_REF }}" \
+ -l "${{ github.event.release.tag_name }}" \
72
-r "${{ env.DOCKERHUB_CONTAINER_REGISTRY }}" \
73
-d "dev.${{ env.DOCKERFILE }}" \
74
-h "${{ env.HEAD_REF }}"
@@ -77,7 +77,7 @@ jobs:
77
if [ -f "gpu.${{ env.DOCKERFILE }}" ]; then
78
79
80
81
82
-d "gpu.${{ env.DOCKERFILE }}" \
83
0 commit comments