From 232c547d75ff92318410e8898f947feb45dfd561 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Wed, 20 Mar 2024 11:54:33 -0400 Subject: [PATCH] correct ecr image tag --- .github/workflows/build-staging-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-staging-and-deploy.yml b/.github/workflows/build-staging-and-deploy.yml index 6b2e8fa491..8683a03a6c 100644 --- a/.github/workflows/build-staging-and-deploy.yml +++ b/.github/workflows/build-staging-and-deploy.yml @@ -66,9 +66,9 @@ jobs: file: Dockerfile.standalone-infisical tags: | infisical/staging_infisical:${{ steps.commit.outputs.short }} - infisical/staging_infisical:$ECR_REGISTRY/$ECR_REPOSITORY:latest - infisical/staging_infisical:$ECR_REGISTRY/$ECR_REPOSITORY:${{ steps.commit.outputs.short }} infisical/staging_infisical:latest + $ECR_REGISTRY/$ECR_REPOSITORY:latest + $ECR_REGISTRY/$ECR_REPOSITORY:${{ steps.commit.outputs.short }} platforms: linux/amd64,linux/arm64 build-args: | POSTHOG_API_KEY=${{ secrets.PUBLIC_POSTHOG_API_KEY }}