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

Introduce Automated Docker Build & Push Workflow #3

Merged
merged 1 commit into from
Jan 31, 2024

Conversation

michealch
Copy link
Owner

This PR introduces a new GitHub Actions workflow for automating Docker builds and pushes. The workflow is configured to:

  1. Build the Docker image on every pull request to main and on every push to main.
  2. Push the built image to Docker Hub, but only for pushes to main (not on PRs).
  3. Execute on self-hosted runners for enhanced control and performance.
  4. Schedule a weekly build every Sunday at 00:00 UTC.

Changes are encapsulated in the .github/workflows/docker-publish.yml file.

This enhancement ensures consistent Docker image building and streamlined deployment.

@michealch michealch self-assigned this Jan 31, 2024
@michealch michealch linked an issue Jan 31, 2024 that may be closed by this pull request
@michealch michealch merged commit 630b7f6 into main Jan 31, 2024
2 checks passed
@michealch michealch linked an issue Feb 1, 2024 that may be closed by this pull request
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.

Add NGINX Version to Docker Image Tags Pipeline missing
1 participant