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