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 1d61ef4 commit 6091332Copy full SHA for 6091332
.github/actions/build-dep-image-with-apko/action.yml
@@ -40,7 +40,7 @@ runs:
40
echo "image-exists=false" >> "$GITHUB_OUTPUT"
41
fi
42
43
- - uses: chainguard-images/actions/[email protected].1
+ - uses: chainguard-images/actions/[email protected].2
44
if: ${{ inputs.overwrite == 'true' || steps.check-image-exists.outputs.image-exists == 'false' }}
45
with:
46
config: ${{ inputs.apko-config }}
0 commit comments