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 6868 if [ -f "dev.${{ env.DOCKERFILE }}" ]; then
6969 bash ${{ github.workspace }}/cicd-deployment-scripts/pi/edit_dockerfile.sh \
7070 -i "${{ env.PARENT_IMAGE_NAME }}" \
71- -l "${{ env.HEAD_REF }}" \
71+ -l "${{ github.event.release.tag_name }}" \
7272 -r "${{ env.DOCKERHUB_CONTAINER_REGISTRY }}" \
7373 -d "dev.${{ env.DOCKERFILE }}" \
7474 -h "${{ env.HEAD_REF }}"
7777 if [ -f "gpu.${{ env.DOCKERFILE }}" ]; then
7878 bash ${{ github.workspace }}/cicd-deployment-scripts/pi/edit_dockerfile.sh \
7979 -i "${{ env.PARENT_IMAGE_NAME }}" \
80- -l "${{ env.HEAD_REF }}" \
80+ -l "${{ github.event.release.tag_name }}" \
8181 -r "${{ env.DOCKERHUB_CONTAINER_REGISTRY }}" \
8282 -d "gpu.${{ env.DOCKERFILE }}" \
8383 -h "${{ env.HEAD_REF }}"
You can’t perform that action at this time.
0 commit comments