diff --git a/.github/workflows/build-staging-and-deploy.yml b/.github/workflows/build-staging-and-deploy.yml index 8683a03a6..21eb75247 100644 --- a/.github/workflows/build-staging-and-deploy.yml +++ b/.github/workflows/build-staging-and-deploy.yml @@ -67,8 +67,8 @@ jobs: tags: | infisical/staging_infisical:${{ steps.commit.outputs.short }} infisical/staging_infisical:latest - $ECR_REGISTRY/$ECR_REPOSITORY:latest - $ECR_REGISTRY/$ECR_REPOSITORY:${{ steps.commit.outputs.short }} + ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:latest + ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ steps.commit.outputs.short }} platforms: linux/amd64,linux/arm64 build-args: | POSTHOG_API_KEY=${{ secrets.PUBLIC_POSTHOG_API_KEY }}