mirror of
https://codeberg.org/SafeTwitch/safetwitch-backend.git
synced 2024-12-22 05:02:58 -05:00
16 lines
No EOL
468 B
YAML
16 lines
No EOL
468 B
YAML
pipeline:
|
|
build:
|
|
image: docker.io/golang:latest
|
|
commands:
|
|
- go get
|
|
- go build
|
|
publish:
|
|
image: docker.io/woodpeckerci/plugin-docker-buildx
|
|
settings:
|
|
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm64/v8,linux/ppc64le,linux/riscv64,linux/s390x
|
|
repo: codeberg.org/${CI_REPO_OWNER}/hello
|
|
registry: codeberg.org
|
|
tags: latest
|
|
username: ${CI_REPO_OWNER}
|
|
password:
|
|
from_secret: docker_password |