chore(build): update build container

pull/5640/head
Pavel Zavora 2020-12-14 18:18:52 +01:00
parent a617950690
commit 0b1fd84ce1
2 changed files with 5 additions and 5 deletions

View File

@ -33,7 +33,7 @@ version: 2
jobs: jobs:
build: build:
environment: environment:
DOCKER_TAG: chronograf-20201125 DOCKER_TAG: chronograf-20201214
GO111MODULE: "ON" GO111MODULE: "ON"
machine: true machine: true
steps: steps:
@ -56,7 +56,7 @@ jobs:
deploy-nightly: deploy-nightly:
environment: environment:
DOCKER_TAG: chronograf-20201125 DOCKER_TAG: chronograf-20201214
GO111MODULE: "ON" GO111MODULE: "ON"
machine: true machine: true
steps: steps:
@ -84,7 +84,7 @@ jobs:
deploy-pre-release: deploy-pre-release:
environment: environment:
DOCKER_TAG: chronograf-20201125 DOCKER_TAG: chronograf-20201214
GO111MODULE: "ON" GO111MODULE: "ON"
machine: true machine: true
steps: steps:
@ -114,7 +114,7 @@ jobs:
deploy-release: deploy-release:
environment: environment:
DOCKER_TAG: chronograf-20201125 DOCKER_TAG: chronograf-20201214
GO111MODULE: "ON" GO111MODULE: "ON"
machine: true machine: true
steps: steps:

View File

@ -14,7 +14,7 @@ test -z $SSH_KEY_PATH && SSH_KEY_PATH="$HOME/.ssh/id_rsa"
echo "Using SSH key located at: $SSH_KEY_PATH" echo "Using SSH key located at: $SSH_KEY_PATH"
# Default docker tag if not specified # Default docker tag if not specified
test -z "$DOCKER_TAG" && DOCKER_TAG="chronograf-20161121" test -z "$DOCKER_TAG" && DOCKER_TAG="chronograf-20201214"
docker run \ docker run \
-e AWS_ACCESS_KEY_ID \ -e AWS_ACCESS_KEY_ID \