use cache when building arch distoolbox
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 12s

This commit is contained in:
2025-04-08 14:57:55 -04:00
parent 9417e711a9
commit 3752f9da61

View File

@@ -28,7 +28,7 @@ jobs:
target: cpu
push: true
tags: "gitea.reeseapps.com/services/arch-toolbox:latest,gitea.reeseapps.com/services/arch-toolbox:${{gitea.sha}}"
no-cache: true
no-cache: false
- name: Build and push AMD GPU Docker image
uses: https://github.com/docker/build-push-action@v5
with:
@@ -37,4 +37,4 @@ jobs:
target: amdgpu
push: true
tags: "gitea.reeseapps.com/services/arch-toolbox-amdgpu:latest,gitea.reeseapps.com/services/arch-toolbox-amdgpu:${{gitea.sha}}"
no-cache: true
no-cache: false