Skip to content

Github Action to create docker images on github Container Registry#463

Open
thomas-schreck wants to merge 2 commits intoaccius:mainfrom
thomas-schreck:main
Open

Github Action to create docker images on github Container Registry#463
thomas-schreck wants to merge 2 commits intoaccius:mainfrom
thomas-schreck:main

Conversation

@thomas-schreck
Copy link

This pull request introduces a new GitHub Actions workflow to automate the building and publishing of Docker images for the repository. The workflow is triggered on pushes to the main branch and handles the full process from checking out the code to building, tagging, and publishing the Docker image, as well as generating provenance attestations.

CI/CD automation:

  • Added a new workflow file .github/workflows/docker-image.yml that builds and publishes Docker images to GitHub Container Registry on pushes to the main branch. This includes steps for setting up QEMU and Buildx, logging into the registry, extracting metadata for tags and labels, building and pushing the image with caching enabled, and generating artifact attestations for provenance.

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.

1 participant