23 lines
439 B
YAML
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
|
|
|
|
|
|
|
|
|
|
|