Skip to content

Conversation

@daniwk
Copy link

@daniwk daniwk commented Oct 1, 2024

This pull request includes significant updates to automate the building and pushing of Docker images for the project. The changes focus on setting up a GitHub Actions workflow and creating a Dockerfile for the Go application.

GitHub Actions Workflow:

  • Added a new workflow .github/workflows/docker-image.yml to build and push Docker images on push and pull request events to the main branch. This workflow sets up the Go environment, builds the Docker image, and pushes it to the GitHub Container Registry.

Dockerfile:

  • Created a Dockerfile to define the build process for the Go application. This Dockerfile uses the official Golang image, sets up the working directory, installs dependencies, builds the application, and specifies the command to run the application.
@daniwk daniwk closed this Oct 1, 2024
@daniwk daniwk deleted the daniwk-patch-2 branch October 1, 2024 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant