mirror of
https://codeberg.org/SafeTwitch/safetwitch-backend.git
synced 2024-12-21 20:53:00 -05:00
Update '.woodpecker.yml'
This commit is contained in:
parent
b356341da6
commit
4ac50efe38
1 changed files with 1 additions and 11 deletions
|
@ -3,14 +3,4 @@ pipeline:
|
||||||
image: docker.io/golang:latest
|
image: docker.io/golang:latest
|
||||||
commands:
|
commands:
|
||||||
- go get
|
- go get
|
||||||
- go build
|
- go build
|
||||||
publish:
|
|
||||||
image: docker.io/woodpeckerci/plugin-docker-buildx
|
|
||||||
settings:
|
|
||||||
platforms: linux/amd64,linux/arm/v6,linux/arm64/v8
|
|
||||||
repo: codeberg.org/${CI_REPO_OWNER}/safetwitch-backend
|
|
||||||
registry: codeberg.org
|
|
||||||
tags: latest
|
|
||||||
username: ${CI_REPO_OWNER}
|
|
||||||
password:
|
|
||||||
from_secret: docker_password
|
|
Loading…
Reference in a new issue