No description
- Dockerfile 100%
|
All checks were successful
ci/woodpecker/tag/ci-release Pipeline was successful
Required for the docker-container buildx driver to boot buildkit inside the CI runner. |
||
|---|---|---|
| .woodpecker | ||
| ci-release | ||
| .gitignore | ||
| README.md | ||
CI Images
Docker images used in Woodpecker CI pipelines.
Available images
| Image | Description |
|---|---|
| ci-release | All-in-one image for building and releasing Go projects with GoReleaser, Bun, Docker and more. |
How it works
Each directory contains a Dockerfile and a README.md describing the image.
Images are built and pushed automatically to the Forgejo container registry on every tag via Woodpecker CI. Tags follow the format <image-name>/<version> (e.g. ci-release/1.0.0).
Using the images
steps:
- name: release
image: git.nakama.town/fmartingr/ci-images/ci-release:latest
commands:
- goreleaser release --clean
Building locally
cd ci-release
docker build -t ci-release .