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 workflow to build and publish actions as docker images #42

Merged
merged 2 commits into from
Jul 9, 2020

Conversation

anthonysterling
Copy link
Contributor

@anthonysterling anthonysterling commented Jul 8, 2020

This PR adds a workflow to build each action and publish to Docker Hub under the Ubio org. There's currently as assumption that the image will be pushed to ubio/{name}, but I wonder if we should namespace this to ubio/github-action-{name} just to be explicit.

The new workflow will tag the images as sha-{sha} and latest on each build, and it's worth calling out that there isn't a way to build an individual action unless we create a workflow for each of them; I've added a manual workflow_dispatch trigger for this workflow too.

This is currently blocked by:

  • Docker Hub Account
  • Docker Hub username/password added as secrets to this repo.

@anthonysterling anthonysterling merged commit 13ab07d into master Jul 9, 2020
@anthonysterling anthonysterling deleted the publish-docker-images branch July 9, 2020 11:49
@andrew-waters
Copy link
Contributor

download

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

Successfully merging this pull request may close these issues.

2 participants