mirror of
https://github.com/Traceworks2023/nxtgauge-admin-solid.git
synced 2026-06-10 21:22:30 +00:00
19 lines
422 B
YAML
19 lines
422 B
YAML
|
|
when:
|
||
|
|
branch: high-performance
|
||
|
|
event: push
|
||
|
|
|
||
|
|
steps:
|
||
|
|
- name: build-and-push
|
||
|
|
image: woodpeckerci/plugin-docker-buildx
|
||
|
|
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
|