Skip to content

Commit

Permalink
ci: Use full image ID for docker-build-scan-push action (meltano#6792)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillDaSilva committed Sep 27, 2022
1 parent 69268f0 commit 81c2a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/docker-build-scan-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ runs:
shell: bash
run: |
docker images
echo "::set-output name=id::$(docker images -q ${{ inputs.registry }}/meltano/meltano | head -n 1)"
echo "::set-output name=id::$(docker images -q --no-trunc ${{ inputs.registry }}/meltano/meltano | head -n 1)"
- name: Scan the image with 'anchore/scan-action'
id: anchore-scan
Expand Down

0 comments on commit 81c2a73

Please sign in to comment.