Skip to content

Commit 71b470e

Browse files
committed
feat: devtest using pr number as image identifier
1 parent e5cb7d5 commit 71b470e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/stage-3-build-images-devtest.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,8 @@ jobs:
240240
env:
241241
GH_TOKEN: ${{ github.token }}
242242
ENVIRONMENT_TAG: ${{ inputs.environment_tag }}
243-
continue-on-error: false
244-
env:
245243
PR_NUM_TAG : ${{ needs.get-pr-number.outputs.PR_NUM_TAG }}
244+
continue-on-error: false
246245
run: |
247246
echo "The branch is: ${GITHUB_REF}"
248247

0 commit comments

Comments
 (0)