Skip to content

Commit

Permalink
override apko-image for deps action too
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig O'Donnell committed May 13, 2024
1 parent ce4d8f9 commit ede9160
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/build-dep-image-with-apko/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ runs:
- uses: chainguard-images/actions/apko-publish@main
if: ${{ inputs.overwrite == 'true' || steps.check-image-exists.outputs.image-exists == 'false' }}
with:
apko-image: cgr.dev/chainguard/apko:latest
config: ${{ inputs.apko-config }}
archs: amd64,arm64
tag: ${{ inputs.image-name }}
Expand Down

0 comments on commit ede9160

Please sign in to comment.