Skip to content

Commit 58d5f38

Browse files
committed
fix: updating dev.Dockerfile
1 parent 49d97e9 commit 58d5f38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pi_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
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 }}"
@@ -77,7 +77,7 @@ jobs:
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 }}"

0 commit comments

Comments
 (0)