We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 642bf37 commit bb12a0eCopy full SHA for bb12a0e
.github/workflows/ci.yaml
@@ -35,7 +35,7 @@ jobs:
35
run: earthly --ci +publish-images --GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}"
36
37
- name: build-offline-payload
38
- run: earthly --ci +offline-payload
+ run: earthly --use-inline-cache --save-inline-cache +offline-payload
39
40
- name: Run GoReleaser
41
uses: goreleaser/goreleaser-action@v2
0 commit comments