File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 68
68
if [ -f "dev.${{ env.DOCKERFILE }}" ]; then
69
69
bash ${{ github.workspace }}/cicd-deployment-scripts/pi/edit_dockerfile.sh \
70
70
-i "${{ env.PARENT_IMAGE_NAME }}" \
71
- -l "${{ env.HEAD_REF }}" \
71
+ -l "${{ github.event.release.tag_name }}" \
72
72
-r "${{ env.DOCKERHUB_CONTAINER_REGISTRY }}" \
73
73
-d "dev.${{ env.DOCKERFILE }}" \
74
74
-h "${{ env.HEAD_REF }}"
77
77
if [ -f "gpu.${{ env.DOCKERFILE }}" ]; then
78
78
bash ${{ github.workspace }}/cicd-deployment-scripts/pi/edit_dockerfile.sh \
79
79
-i "${{ env.PARENT_IMAGE_NAME }}" \
80
- -l "${{ env.HEAD_REF }}" \
80
+ -l "${{ github.event.release.tag_name }}" \
81
81
-r "${{ env.DOCKERHUB_CONTAINER_REGISTRY }}" \
82
82
-d "gpu.${{ env.DOCKERFILE }}" \
83
83
-h "${{ env.HEAD_REF }}"
You can’t perform that action at this time.
0 commit comments