forget this, go back to normal

This commit is contained in:
ALinuxNinja 2017-05-11 20:59:19 -04:00
parent 147b036ab6
commit 3f57ef65c0

View File

@ -1,14 +1,7 @@
- service: app - service: app
type: serial type: push
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: tag: master
- command: docker tag alinuxninja/postal alinuxninja/postal:latest image_tag: latest
- command: docker push alinuxninja/postal
- service: app
type: serial
registry: https://index.docker.io/v1/
encrypted_dockercfg_path: dockercfg.encrypted
steps:
- command: docker tag alinuxninja/postal alinuxninja/postal:$(git rev-parse --short $(git ls-remote https://github.com/atech/postal.git refs/heads/master | awk '{print $1}'))
- command: docker push alinuxninja/postal