From 7a264c16dc9bef774e95c8452b6d07ab1f386974 Mon Sep 17 00:00:00 2001 From: jose-fully-ported <141160579+jose-fully-ported@users.noreply.github.com> Date: Wed, 25 Oct 2023 17:46:36 -0400 Subject: [PATCH] feat: enable buildkit --- .github/workflows/porter_stack_cowsay.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/porter_stack_cowsay.yml b/.github/workflows/porter_stack_cowsay.yml index df2aa5d..d50be1a 100644 --- a/.github/workflows/porter_stack_cowsay.yml +++ b/.github/workflows/porter_stack_cowsay.yml @@ -18,6 +18,7 @@ jobs: with: command: apply -f ./porter.yaml env: + DOCKER_BUILDKIT: "1" PORTER_CLUSTER: "3111" PORTER_HOST: https://dashboard.getporter.dev PORTER_PR_NUMBER: ${{ github.event.number }}