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

Add support for directly using a docker image as an action #6

Open
3 tasks
rajbos opened this issue Dec 20, 2021 · 0 comments
Open
3 tasks

Add support for directly using a docker image as an action #6

rajbos opened this issue Dec 20, 2021 · 0 comments

Comments

@rajbos
Copy link
Collaborator

rajbos commented Dec 20, 2021

You can use a docker image straight from the uses command:

- uses: docker://path-to-container-registry/name:label
  env:
    my-var: value

We currently extract these as an action with name: docker://path-to-container-registry/name:label and without a version.

  • Detect them as a docker image
  • Remove them from the actions listings
  • Export them as a separate list to the output
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

1 participant