|
@ -1,6 +1,6 @@ |
|
|
workspace: |
|
|
workspace: |
|
|
base: /go |
|
|
base: /go |
|
|
path: src/github.com/jmccann/drone-terraform |
|
|
path: src/github.com/${DRONE_REPO} |
|
|
|
|
|
|
|
|
pipeline: |
|
|
pipeline: |
|
|
test: |
|
|
test: |
|
@ -58,7 +58,7 @@ pipeline: |
|
|
# publish_linux_amd64: |
|
|
# publish_linux_amd64: |
|
|
# image: plugins/docker:17.05 |
|
|
# image: plugins/docker:17.05 |
|
|
# pull: true |
|
|
# pull: true |
|
|
# repo: jmccann/${DRONE_REPO_NAME} |
|
|
# repo: ${DRONE_REPO} |
|
|
# tags: [ latest, 1.0.0, 1.0, 1 ] |
|
|
# tags: [ latest, 1.0.0, 1.0, 1 ] |
|
|
# secrets: [ docker_username, docker_password ] |
|
|
# secrets: [ docker_username, docker_password ] |
|
|
# dockerfile: Dockerfile |
|
|
# dockerfile: Dockerfile |
|
@ -69,7 +69,7 @@ pipeline: |
|
|
# publish_linux_arm64: |
|
|
# publish_linux_arm64: |
|
|
# image: plugins/docker:17.05 |
|
|
# image: plugins/docker:17.05 |
|
|
# pull: true |
|
|
# pull: true |
|
|
# repo: jmccann/${DRONE_REPO_NAME} |
|
|
# repo: ${DRONE_REPO} |
|
|
# tags: [ linux-arm64 ] |
|
|
# tags: [ linux-arm64 ] |
|
|
# secrets: [ docker_username, docker_password ] |
|
|
# secrets: [ docker_username, docker_password ] |
|
|
# dockerfile: Dockerfile.arm64 |
|
|
# dockerfile: Dockerfile.arm64 |
|
@ -80,7 +80,7 @@ pipeline: |
|
|
# publish_linux_arm: |
|
|
# publish_linux_arm: |
|
|
# image: plugins/docker:17.05 |
|
|
# image: plugins/docker:17.05 |
|
|
# pull: true |
|
|
# pull: true |
|
|
# repo: jmccann/${DRONE_REPO_NAME} |
|
|
# repo: ${DRONE_REPO} |
|
|
# tags: [ linux-arm ] |
|
|
# tags: [ linux-arm ] |
|
|
# secrets: [ docker_username, docker_password ] |
|
|
# secrets: [ docker_username, docker_password ] |
|
|
# dockerfile: Dockerfile.arm |
|
|
# dockerfile: Dockerfile.arm |
|
@ -91,7 +91,7 @@ pipeline: |
|
|
# publish_windows_amd64: |
|
|
# publish_windows_amd64: |
|
|
# image: plugins/docker:17.05 |
|
|
# image: plugins/docker:17.05 |
|
|
# pull: true |
|
|
# pull: true |
|
|
# repo: jmccann/${DRONE_REPO_NAME} |
|
|
# repo: ${DRONE_REPO} |
|
|
# tags: [ windows-amd64 ] |
|
|
# tags: [ windows-amd64 ] |
|
|
# secrets: [ docker_username, docker_password ] |
|
|
# secrets: [ docker_username, docker_password ] |
|
|
# dockerfile: Dockerfile.windows |
|
|
# dockerfile: Dockerfile.windows |
|
|