nxtgauge-admin-solid/.woodpecker.yml
2026-04-09 03:00:16 +02:00

22 lines
434 B
YAML

when:
branch: high-performance
event: push
steps:
- name: build-and-push
image: woodpeckerci/plugin-docker-buildx:5.0.0
settings:
registry: ghcr.io
repo: ghcr.io/traceworks2023/nxtgauge-admin-solid
dockerfile: Dockerfile
tags:
- high-performance-latest
username:
from_secret: GHCR_USERNAME
password:
from_secret: GHCR_TOKEN
platforms: linux/amd64