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 3972f60 commit 9c92813Copy full SHA for 9c92813
.github/workflows/docker_image_upload.yml
@@ -80,7 +80,7 @@ jobs:
80
- name: Check cdk-utils-build scan results
81
env:
82
REPOSITORY_NAME: cdk-utils-build-repo
83
- IMAGE_TAG: ${{ inputs.VERSION_NUMBER }}
+ IMAGE_TAG: ${{ inputs.DOCKER_IMAGE_TAG }}
84
working-directory: .github/scripts
85
run: |
86
./check_ecr_image_scan_results.sh
.github/workflows/pull_request.yml
@@ -48,6 +48,11 @@ jobs:
48
commit_id: ${{ steps.commit_id.outputs.commit_id }}
49
sha_short: ${{ steps.commit_id.outputs.sha_short }}
50
steps:
51
+ - name: Checkout code
52
+ uses: actions/checkout@v4
53
+ with:
54
+ ref: ${{ env.BRANCH_NAME }}
55
+
56
- name: Get Commit ID
57
id: commit_id
58
0 commit comments