diff options
author | deadprogram <[email protected]> | 2024-02-28 00:21:58 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2024-02-28 08:57:35 +0100 |
commit | c095b7e9c4055d5c5edb5b3fd23b1c43ea66ff95 (patch) | |
tree | 04182273c8b7516b17611cdd65d849cd12f9407b | |
parent | 1f6d34d995a0c77117b63c3e287549322d3c5d1f (diff) | |
download | tinygo-c095b7e9c4055d5c5edb5b3fd23b1c43ea66ff95.tar.gz tinygo-c095b7e9c4055d5c5edb5b3fd23b1c43ea66ff95.zip |
build: only use GHA cache for docker dev builds, ignore the previous saved build-context
Signed-off-by: deadprogram <[email protected]>
-rw-r--r-- | .github/workflows/docker.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 9465974ec..b7485387a 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -64,7 +64,6 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - build-contexts: tinygo-llvm-build=docker-image://tinygo/llvm-17 cache-from: type=gha cache-to: type=gha,mode=max - name: Trigger Drivers repo build on Github Actions |