diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 6da9dfb..929c54e 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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 newline at end of file + no-cache: false \ No newline at end of file