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

added docker image build, tag, push to CI #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ClaytonNorthey92
Copy link
Collaborator

Description

A clear and concise description of the features you're adding in this pull request.

Tests

Please describe any tests you've added. If you've added no tests, or left important behavior untested, please explain why not.

Additional context

Add any other context about the problem you're solving.

Metadata

  • Fixes #[Link to Issue]

Copy link
Collaborator

@dhidalgX dhidalgX left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

# GitHub Actions workflow to publish Docker images.
name: "Docker"
on:
push:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we able to pin this to running on commits pushed to only certain branches, or is there a reason for running on push to any branch?

As we usually push branches to create pull requests, this will trigger image pushes for potentially work-in-progress changes.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@joshuasing we can do it on specific branches, how about just main?

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.

3 participants