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

.github/workflows: Build and push Docker images #18

Merged
merged 3 commits into from
Sep 12, 2024

Conversation

anzoman
Copy link
Contributor

@anzoman anzoman commented Sep 10, 2024

Here, we add a GitHub Action workflow that builds testnet-faucet Docker images and publishes them to GitHub Container registry ghcr.io.

The build and push is triggered on pushes to the main branch or on pull requests targeting main.

Closes #17

@anzoman anzoman requested a review from gw0 September 10, 2024 05:21
@anzoman anzoman self-assigned this Sep 10, 2024
.github/workflows/docker.yml Outdated Show resolved Hide resolved
.github/workflows/docker.yml Outdated Show resolved Hide resolved
.github/workflows/docker.yml Outdated Show resolved Hide resolved
.github/workflows/docker.yml Show resolved Hide resolved
@anzoman anzoman merged commit f1b6f5c into main Sep 12, 2024
4 checks passed
@anzoman anzoman deleted the anzoman/ci-cd-build-and-push-docker-image branch September 12, 2024 19:11
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.

Build testnet-faucet Docker images via GitHub Actions and publish to ghcr.io
2 participants