From 6a9769f350ccc7c4e253d1f65a8c5c138c0fb1b7 Mon Sep 17 00:00:00 2001 From: Stefan McShane Date: Fri, 11 Oct 2024 11:49:27 -0400 Subject: [PATCH] Update porter_stack_stefan-testcachemultistep.yml --- .github/workflows/porter_stack_stefan-testcachemultistep.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/porter_stack_stefan-testcachemultistep.yml b/.github/workflows/porter_stack_stefan-testcachemultistep.yml index fd84212..65b7e90 100644 --- a/.github/workflows/porter_stack_stefan-testcachemultistep.yml +++ b/.github/workflows/porter_stack_stefan-testcachemultistep.yml @@ -41,7 +41,8 @@ jobs: docker context ls docker buildx ls # docker buildx create --use - cat $DOCKER_CONFIG + ls $DOCKER_CONFIG + cat $DOCKER_CONFIG/config.json porter apply env: PORTER_CLUSTER: "11" @@ -53,7 +54,7 @@ jobs: PORTER_STACK_NAME: stefan-testcachemultistep PORTER_TAG: ${{ steps.vars2.outputs.sha_long }} PORTER_TOKEN: ${{ secrets.PORTER_STACK_8_11 }} - DOCKER_CONFIG: config.json + DOCKER_CONFIG: dockerconfigmanual DOCKER_BUILDKIT: "1" # BUILDKIT_INLINE_CACHE: "1"