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 }}