From bb12a0efcde72f02e6008b30b4ccb0e938b7fd35 Mon Sep 17 00:00:00 2001 From: Josh Wolf Date: Fri, 25 Mar 2022 22:25:55 -0600 Subject: [PATCH] ci but not really --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e41b3ee..ea2dff6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,7 +35,7 @@ jobs: run: earthly --ci +publish-images --GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}" - name: build-offline-payload - run: earthly --ci +offline-payload + run: earthly --use-inline-cache --save-inline-cache +offline-payload - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2