mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2024-11-17 04:09:25 +08:00
Update .woodpecker.yml
This commit is contained in:
parent
0582ad4a40
commit
7e81f4039a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ steps:
|
|||
image: docker
|
||||
when:
|
||||
- branch: master
|
||||
- event: push
|
||||
event: push
|
||||
commands:
|
||||
- docker build --no-cache -t git.keannu1.duckdns.org/keannu125/drf_template .
|
||||
- echo "$REGISTRY_PASSWORD" | docker login git.keannu1.duckdns.org --password-stdin -u "$REGISTRY_USERNAME"
|
||||
|
|
Loading…
Reference in a new issue