commit | 554afc3a2a735f6029913d83b01a614aabc93aed | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Wed Jul 22 23:02:04 2015 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Wed Jul 22 23:02:04 2015 +0200 |
tree | 73c0317031079184c521c7f060db051dc9e8f3f4 | |
parent | 4e1f2a3ca5af48d5e12400c2d4140cefaefe87a7 [diff] |
Don't run docker tag automatically
diff --git a/ubuntu-14.04/template.json b/ubuntu-14.04/template.json index 7d58a32..29ecd2d 100644 --- a/ubuntu-14.04/template.json +++ b/ubuntu-14.04/template.json
@@ -79,12 +79,6 @@ "except": [ "digitalocean", "docker" ] }, { - "type": "docker-tag", - "repository": "cloudlab/ubuntu", - "tag": "14.04", - "only": ["docker"] - }, - { "type": "docker-save", "path": "images/{{ user `distro` }}-docker-{{ timestamp }}.tar", "only": ["docker"]