build: only use GHA cache for docker dev builds, ignore the previous saved build-context

Signed-off-by: deadprogram <ron@hybridgroup.com>
Этот коммит содержится в:
deadprogram 2024-02-28 00:21:58 +01:00 коммит произвёл Ron Evans
родитель 1f6d34d995
коммит c095b7e9c4

1
.github/workflows/docker.yml предоставленный
Просмотреть файл

@ -64,7 +64,6 @@ jobs:
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
build-contexts: tinygo-llvm-build=docker-image://tinygo/llvm-17
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
- name: Trigger Drivers repo build on Github Actions - name: Trigger Drivers repo build on Github Actions