From 114bb4928537cfca72984c0281629120b0176c03 Mon Sep 17 00:00:00 2001 From: Tim <62595633+lucky-lusa@users.noreply.github.com> Date: Mon, 12 Jul 2021 17:14:43 +0200 Subject: [PATCH] Revert last commit Last commit crashed deployment to akdb. reverting. --- .github/workflows/push-to-develop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-to-develop.yml b/.github/workflows/push-to-develop.yml index 9f4df039..524123f8 100644 --- a/.github/workflows/push-to-develop.yml +++ b/.github/workflows/push-to-develop.yml @@ -29,7 +29,7 @@ jobs: run: > mvn -B spring-boot:build-image -am -pl iris-location-service -Dspring-boot.build-image.publish=true - -Dversion.tag="develop" + -Dversion.tag="${{ github.sha }}" env: DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }} DOCKER_HUB_PW: ${{ secrets.DOCKER_HUB_PW }} @@ -55,7 +55,7 @@ jobs: helm upgrade --install --namespace iris-gateway --set environment=test - --set locations.tag="develop" + --set locations.tag="${{ github.sha }}" --wait --timeout 3m --debug