nxtgauge-admin-solid/.woodpecker.yml

24 lines
436 B
YAML
Raw Normal View History

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
2026-04-09 01:00:57 +02:00
2026-04-09 01:10:04 +02:00
2026-04-09 01:16:46 +02:00
2026-04-09 03:00:16 +02:00
2026-04-09 03:09:40 +02:00