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

feat: Adds Dockerfile and GHA Workflow #3

Merged
merged 5 commits into from
Feb 28, 2024
Merged

Conversation

moraesjeremias
Copy link
Member

@moraesjeremias moraesjeremias commented Feb 28, 2024

Description

  • Adds Dockerfile
  • Adds a release GHA workflow for both binary and docker release
  • Publishes Docker images to private container registry.

Related Issue

Internal Slack Thread

Motivation and Context

There's no standardization on how we build and deploy our apps. This is will be a tentative solution

How Has This Been Tested?

╰─$ docker build --no-cache --progress=plain  --platform=linux/amd64 -t moraesjeremias/bridge-api:v0.0.1 .

╰─$ docker run --rm moraesjeremias/bridge-api:v0.0.1

Screenshots (if appropriate)

@moraesjeremias moraesjeremias changed the title feat: Adds Dockerfile feat: Adds Dockerfile and GHA Workflow Feb 28, 2024
@moraesjeremias moraesjeremias merged commit bb27e66 into main Feb 28, 2024
2 checks passed
@moraesjeremias moraesjeremias deleted the feat/adds-docker branch July 2, 2024 15:25
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