Skip to content

Commit 04526cf

Browse files
authored
Fix release workflow (#160)
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent f575ea9 commit 04526cf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/actions/artifacts_build/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ runs:
9494
load: ${{ inputs.load_image }}
9595

9696
- name: Perform image scan
97-
if: ${{ inputs.push_image == true || inputs.push_image == 'true' }}
9897
uses: ./.github/actions/image_scan
9998
with:
10099
image-ref: ${{ inputs.image_uri_with_tag }}
101-
severity: 'CRITICAL,HIGH,MEDIUM,LOW,UNKNOWN'
100+
severity: 'CRITICAL,HIGH,MEDIUM,LOW,UNKNOWN'

.github/workflows/release_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
image_uri_with_tag: "adot-autoinstrumentation-python:test"
3434
push_image: false
35-
load_image: false
35+
load_image: true
3636
python_version: "3.10"
3737
package_name: aws-opentelemetry-distro
3838
os: ubuntu-latest

0 commit comments

Comments
 (0)