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 Actions build workflow #13

Open
han-so1omon opened this issue Sep 5, 2024 · 1 comment
Open

Create Github Actions build workflow #13

han-so1omon opened this issue Sep 5, 2024 · 1 comment
Assignees

Comments

@han-so1omon
Copy link
Contributor

What needs to be done

Create Github Actions build workflow

Why it needs to be done

Automated build workflow is essential to efficient CI/CD operation

Acceptance Criteria

  • The repository contains a Dockerfile with build instructions
  • The Dockerfile can be built locally on an x64 machine
  • The Github actions pipeline for build is triggered on Release
  • The Github actions pipeline automatically uploads to Docker Hub
  • The image uploaded to Docker Hub is identical to the one that can be built locally on an x64 machine
  • The Release step is triggered with a release tagged 0.0.1-test
  • The Release is deleted after successfully validated
@msolorio
Copy link
Collaborator

msolorio commented Sep 7, 2024

@han-so1omon Work in progress. Now able to start dev environment with devpod starting dev container with a Dockerfile.

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

No branches or pull requests

2 participants