From c79767a85d2b0aea38dc3070146a3d452e97e228 Mon Sep 17 00:00:00 2001 From: k4mien Date: Fri, 26 Jan 2024 14:07:20 +0100 Subject: [PATCH] test --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 026ca11..91498f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: - name: Build, tag, and push image to Amazon ECR id: build-image run: | - echo "$ECR_REGISTRY=${{ steps.login-ecr.outputs.registry }}" + echo "$ECR_REGISTRY=test" docker build --target prod --tag $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG . docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG echo "image=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> $GITHUB_OUTPUT