use cache

This commit is contained in:
Elio Bischof
2025-06-16 21:21:45 +02:00
parent 60a5dd9c7a
commit b2798a3510
2 changed files with 1 additions and 2 deletions

View File

@@ -13,7 +13,6 @@ jobs:
- name: Set up persistent Buildx builder - name: Set up persistent Buildx builder
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
with: with:
driver: docker-container
install: true install: true
use: true use: true
- run: docker buildx du - run: docker buildx du

View File

@@ -38,7 +38,7 @@ target "login-lint" {
} }
tags = ["${LOGIN_LINT_TAG}"] tags = ["${LOGIN_LINT_TAG}"]
output = [ output = [
"type=docker", "type=docker-container",
] ]
cache-from = ["type=gha"] cache-from = ["type=gha"]
cache-to = ["type=gha,ignore-error=true,mode=max"] cache-to = ["type=gha,ignore-error=true,mode=max"]