Skip to content
New issue

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

Feature request: GitHub Action to install and setup APKO #428

Closed
leongross opened this issue Dec 5, 2022 · 2 comments
Closed

Feature request: GitHub Action to install and setup APKO #428

leongross opened this issue Dec 5, 2022 · 2 comments

Comments

@leongross
Copy link

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>
    ...
@puerco
Copy link
Contributor

puerco commented Dec 13, 2022

@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

@MindTooth
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants