use cache when building arch distoolbox
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 12s
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 12s
This commit is contained in:
@@ -28,7 +28,7 @@ jobs:
|
|||||||
target: cpu
|
target: cpu
|
||||||
push: true
|
push: true
|
||||||
tags: "gitea.reeseapps.com/services/arch-toolbox:latest,gitea.reeseapps.com/services/arch-toolbox:${{gitea.sha}}"
|
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
|
- name: Build and push AMD GPU Docker image
|
||||||
uses: https://github.com/docker/build-push-action@v5
|
uses: https://github.com/docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
@@ -37,4 +37,4 @@ jobs:
|
|||||||
target: amdgpu
|
target: amdgpu
|
||||||
push: true
|
push: true
|
||||||
tags: "gitea.reeseapps.com/services/arch-toolbox-amdgpu:latest,gitea.reeseapps.com/services/arch-toolbox-amdgpu:${{gitea.sha}}"
|
tags: "gitea.reeseapps.com/services/arch-toolbox-amdgpu:latest,gitea.reeseapps.com/services/arch-toolbox-amdgpu:${{gitea.sha}}"
|
||||||
no-cache: true
|
no-cache: false
|
||||||
Reference in New Issue
Block a user