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:
- pwd
- ls -al
settings:
context: ./build
repo: ${CI_REPO_NAME}
username:
from_secret: dockerhub_user
password:
from_secret: DOCKERHUB_TOKEN
auto_tag: true
# settings:
# context: ./build
# repo: ${CI_REPO_NAME}
# username:
# from_secret: dockerhub_user
# password:
# from_secret: DOCKERHUB_TOKEN
# auto_tag: true
when:
event: [push, tag, deployment]