nxtgauge-frontend-solid/.woodpecker.yml
2026-04-09 03:09:37 +02:00

23 lines
439 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-frontend-solid
dockerfile: Dockerfile
tags:
- high-performance-latest
username:
from_secret: GHCR_USERNAME
password:
from_secret: GHCR_TOKEN
platforms: linux/amd64