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
9efe167d9b
commit
a9fe4f315a
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ pipeline:
|
|||
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le
|
||||
dry_run: true
|
||||
repo: https://codeberg.com/${CI_REPO_OWNER}/safetwitch-backend
|
||||
tags: latest
|
||||
tags: edge
|
||||
when:
|
||||
event: pull_request
|
||||
|
||||
|
@ -17,7 +17,7 @@ pipeline:
|
|||
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le
|
||||
repo: https://codeberg.com/${CI_REPO_OWNER}/safetwitch-backend
|
||||
registry: codeberg.org
|
||||
tags: latest
|
||||
tags: edge
|
||||
username: ${CI_REPO_OWNER}
|
||||
password:
|
||||
from_secret: docker_password
|
||||
|
|
Loading…
Reference in a new issue