Update '.woodpecker.yml'
All checks were successful
ci/woodpecker/push/<no value> Pipeline was successful
ci/woodpecker/tag/<no value> Pipeline was successful

This commit is contained in:
dragongoose 2023-07-10 20:15:50 +00:00
parent b356341da6
commit 4ac50efe38

View file

@ -3,14 +3,4 @@ pipeline:
image: docker.io/golang:latest
commands:
- go get
- 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
- go build