1
0
Fork 0

no point squashing

This commit is contained in:
Daniel Wolf 2020-01-04 22:29:09 -05:00
parent 445cd9e3a7
commit 64d1d26a62
No known key found for this signature in database
GPG Key ID: E8FEA551AA478F9A
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ platform:
steps:
- name: build
commands:
- docker build --pull --squash -t pdr.nephatrine.net/nephatrine/docker-registry:latest .
- docker build --pull -t pdr.nephatrine.net/nephatrine/docker-registry:latest .
- HOME=/mnt/config/home docker push pdr.nephatrine.net/nephatrine/docker-registry:latest
- docker tag pdr.nephatrine.net/nephatrine/docker-registry:latest nephatrine/docker-registry:latest
- HOME=/mnt/config/home docker push nephatrine/docker-registry:latest