From a79e4a64d45d3bf1498000beb0f895374776661e Mon Sep 17 00:00:00 2001 From: Luke Robles <98352913+lrobles-iterable@users.noreply.github.com> Date: Sat, 21 May 2022 20:20:46 -0700 Subject: [PATCH] revert gitlab ci to push to the pipeline ID --- .gitlab-ci.yml | 2 +- helm/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0749726..b72a8577 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ build_and_push_container: - while ! nc -z localhost 2375; do sleep 0.1; done # Wait until docker socket is available - docker login -u ldooks -p $DOCKER_ACCESS_TOKEN - docker build -t ldooks/dragon-bot:$CI_PIPELINE_IID -t ldooks/dragon-bot:latest . - - docker push ldooks/dragon-bot -a + - docker push ldooks/dragon-bot:$CI_PIPELINE_IID rules: - changes: - app/**/* diff --git a/helm/values.yaml b/helm/values.yaml index 3c856e84..684ad545 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: # Overrides the image tag whose default is the chart appVersion. - tag: "149" + tag: "151" repository: ldooks/dragon-bot pullPolicy: IfNotPresent