Fix wrong image publishing

This commit is contained in:
Thomas Boerger
2017-09-04 13:34:01 +02:00
parent 99d3f28a89
commit 1de6ff48c8
+4 -4
View File
@@ -58,7 +58,7 @@ pipeline:
publish_linux_amd64:
image: plugins/docker:17.05
pull: true
repo: plugins/s3
repo: plugins/npm
tags: [ latest, 1.0.0, 1.0, 1 ]
secrets: [ docker_username, docker_password ]
when:
@@ -68,7 +68,7 @@ pipeline:
# publish_linux_arm64:
# image: plugins/docker:17.05
# pull: true
# repo: plugins/s3
# repo: plugins/npm
# tags: [ linux-arm64 ]
# secrets: [ docker_username, docker_password ]
# dockerfile: Dockerfile.arm64
@@ -79,7 +79,7 @@ pipeline:
# publish_linux_arm:
# image: plugins/docker:17.05
# pull: true
# repo: plugins/s3
# repo: plugins/npm
# tags: [ linux-arm ]
# secrets: [ docker_username, docker_password ]
# dockerfile: Dockerfile.arm
@@ -90,7 +90,7 @@ pipeline:
# publish_windows_amd64:
# image: plugins/docker:17.05
# pull: true
# repo: plugins/s3
# repo: plugins/npm
# tags: [ windows-amd64 ]
# secrets: [ docker_username, docker_password ]
# dockerfile: Dockerfile.windows