diff options
-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 |