We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be great if there was an easy-to-use import for github actions that builds the apko image, which could look like this:
- name Build apko image uses: chainguard-dev/apko-builder@<hash> with: path: <image_definition>.yaml registry: <some_registry> ...
The text was updated successfully, but these errors were encountered:
@leongross I think this covers what you need, let me know if the action is missing something you need:
https://github.com/chainguard-dev/actions/tree/main/apko-build
Sorry, something went wrong.
Just came here to post that it seems https://github.com/chainguard-images/actions/blob/main/apko-publish/action.yaml is the correct one, ref. deprecation warning in the action puerco posted.
Also, someone just mentioned this confusion in chainguard-images/actions#146.
No branches or pull requests
It would be great if there was an easy-to-use import for github actions that builds the apko image, which could look like this:
The text was updated successfully, but these errors were encountered: