Skip to content

Commit

Permalink
Fix release workflow (#160)
Browse files Browse the repository at this point in the history
*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.
  • Loading branch information
srprash committed Apr 15, 2024
1 parent f575ea9 commit 04526cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/actions/artifacts_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ runs:
load: ${{ inputs.load_image }}

- name: Perform image scan
if: ${{ inputs.push_image == true || inputs.push_image == 'true' }}
uses: ./.github/actions/image_scan
with:
image-ref: ${{ inputs.image_uri_with_tag }}
severity: 'CRITICAL,HIGH,MEDIUM,LOW,UNKNOWN'
severity: 'CRITICAL,HIGH,MEDIUM,LOW,UNKNOWN'
2 changes: 1 addition & 1 deletion .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
image_uri_with_tag: "adot-autoinstrumentation-python:test"
push_image: false
load_image: false
load_image: true
python_version: "3.10"
package_name: aws-opentelemetry-distro
os: ubuntu-latest
Expand Down

0 comments on commit 04526cf

Please sign in to comment.