mirror of
https://codeberg.org/gothub/gothub
synced 2024-12-06 19:16:24 +01:00
Merge pull request 'Fix docker ci build.' (#99) from build-fix into dev
Reviewed-on: https://codeberg.org/gothub/gothub/pulls/99
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
pipeline:
|
||||
dockerize:
|
||||
when:
|
||||
branch: main, master
|
||||
branch: [ main, master ]
|
||||
event: push
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
@@ -14,4 +14,4 @@ pipeline:
|
||||
from_secret: user
|
||||
password:
|
||||
from_secret: passwd
|
||||
secrets: [user, passwd]
|
||||
secrets: [ user, passwd ]
|
||||
Reference in New Issue
Block a user