CI: Fix GitHub Actions workflow

This commit is contained in:
tsukumi
2024-11-30 08:11:11 +09:00
parent fa005557b3
commit 70432a14bb

View File

@@ -35,6 +35,7 @@ jobs:
with:
context: .github/workflows/
tags: ${{ matrix.image }}:build
platforms: linux/arm64
build-args: IMAGE=${{ matrix.image }}:20.04
cache-from: type=gha,scope=${{ matrix.image }}
cache-to: type=gha,scope=${{ matrix.image }},mode=max