mirror of
https://codeberg.org/SafeTwitch/safetwitch-backend.git
synced 2024-12-22 21:23:01 -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:
|
build:
|
||||||
image: bash
|
image: bash
|
||||||
commands:
|
commands:
|
||||||
- go get
|
- podman build . --tag codeberg.org/dragongoose/safetwitch-backend:edge
|
||||||
- go build
|
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