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

Create GitHub Action for building and publishing docker images #191

Closed
evanroyrees opened this issue Oct 12, 2021 · 1 comment · Fixed by #216
Closed

Create GitHub Action for building and publishing docker images #191

evanroyrees opened this issue Oct 12, 2021 · 1 comment · Fixed by #216
Assignees
Labels
continuous integration Relating to continuously updating Autometa integrations enhancement New feature or request

Comments

@evanroyrees
Copy link
Collaborator

evanroyrees commented Oct 12, 2021

Create a GitHub Action that builds and publishes docker images by tracking git branches.

Tracking branches:

  • main
  • dev

Events that trigger action:

# Triggers the workflow on push or pull request events
on: [push, pull_request]
@evanroyrees evanroyrees added enhancement New feature or request continuous integration Relating to continuously updating Autometa integrations labels Oct 12, 2021
@chasemc
Copy link
Member

chasemc commented Nov 17, 2021

There's also an error in the pipeline

Lot's of jason-c-kwan/autometa as the docker image because I copied from the makefile. They all need to be changed to jasonkwan/autometa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
continuous integration Relating to continuously updating Autometa integrations enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants