Update '.woodpecker/.build.yml'
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
2023-03-11 14:09:10 +01:00
parent 13cf782912
commit 7224e9285a

View File

@@ -5,13 +5,13 @@ pipeline:
commands: commands:
- pwd - pwd
- ls -al - ls -al
settings: # settings:
context: ./build # context: ./build
repo: ${CI_REPO_NAME} # repo: ${CI_REPO_NAME}
username: # username:
from_secret: dockerhub_user # from_secret: dockerhub_user
password: # password:
from_secret: DOCKERHUB_TOKEN # from_secret: DOCKERHUB_TOKEN
auto_tag: true # auto_tag: true
when: when:
event: [push, tag, deployment] event: [push, tag, deployment]