0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch-backend.git synced 2024-12-22 13:13:00 -05:00

Update '.woodpecker.yml'

This commit is contained in:
dragongoose 2023-06-07 21:31:46 +00:00
parent 333bae0973
commit 64e61e32e1

View file

@ -2,5 +2,10 @@ pipeline:
build:
image: bash
commands:
- go get
- go build
- podman build . --tag codeberg.org/dragongoose/safetwitch-backend:edge
publish:
image: base
commands:
- podman login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD codeberg.org
- podman push codeberg.org/dragongoose/safetwitch-backend:edge
secrets: [ docker_username, docker_password ]