update steps

This commit is contained in:
ALinuxNinja 2017-05-11 20:34:46 -04:00
parent 9ba70986b5
commit 147b036ab6

View File

@ -1,14 +1,12 @@
- service: app - service: app
type: push type: serial
image_name: alinuxninja/postal
registry: https://index.docker.io/v1/ registry: https://index.docker.io/v1/
encrypted_dockercfg_path: dockercfg.encrypted encrypted_dockercfg_path: dockercfg.encrypted
steps: steps:
- command: docker tag alinuxninja/postal alinuxninja/postal:latest - command: docker tag alinuxninja/postal alinuxninja/postal:latest
- command: docker push alinuxninja/postal - command: docker push alinuxninja/postal
- service: app - service: app
type: push type: serial
image_name: alinuxninja/postal
registry: https://index.docker.io/v1/ registry: https://index.docker.io/v1/
encrypted_dockercfg_path: dockercfg.encrypted encrypted_dockercfg_path: dockercfg.encrypted
steps: steps: