mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
ignore docker push failures
This commit is contained in:
parent
ac6473fa53
commit
1acb226212
1 changed files with 1 additions and 1 deletions
|
|
@ -12,6 +12,6 @@ steps:
|
|||
- script: |
|
||||
docker-compose build
|
||||
docker login -u $(dockerId) -p $pswd
|
||||
docker-compose push
|
||||
docker-compose push --ignore-push-failures
|
||||
env:
|
||||
pswd: $(dockerPassword)
|
||||
|
|
|
|||
Loading…
Reference in a new issue