mirror of
https://codeberg.org/SafeTwitch/safetwitch-backend.git
synced 2024-12-22 05:02:58 -05:00
Update '.woodpecker.yml'
This commit is contained in:
parent
333bae0973
commit
64e61e32e1
1 changed files with 7 additions and 2 deletions
|
@ -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 ]
|
Loading…
Reference in a new issue