diff --git a/.github/workflows/api.yaml b/.github/workflows/api.yaml index 435d07126..2d37b3efc 100644 --- a/.github/workflows/api.yaml +++ b/.github/workflows/api.yaml @@ -39,10 +39,7 @@ jobs: ENVIRONMENT: staging run: | cd api - bash build.sh - [[ -z "${DOCKER_REPO}" ]] || { - docker push ${DOCKER_REPO}/chalice:"${IMAGE_TAG}" - } + PUSH_IMAGE=1 bash build.sh - name: Deploy to kubernetes run: | cd scripts/helm/