chore: Remove unused cache-from and cache-to directives in Docker workflow to streamline build process
Build, Test, and Push CFDM Docker Image / test (push) Failing after 2m41s
Build, Test, and Push CFDM Docker Image / build-and-push (push) Has been skipped
Build, Test, and Push CFDM Docker Image / update-wiki (push) Has been skipped
Build, Test, and Push CFDM Docker Image / create-release (push) Has been skipped
Build, Test, and Push CFDM Docker Image / test (push) Failing after 2m41s
Build, Test, and Push CFDM Docker Image / build-and-push (push) Has been skipped
Build, Test, and Push CFDM Docker Image / update-wiki (push) Has been skipped
Build, Test, and Push CFDM Docker Image / create-release (push) Has been skipped
This commit is contained in:
@@ -27,8 +27,6 @@ jobs:
|
||||
load: true
|
||||
tags: cfdm:test
|
||||
provenance: false
|
||||
cache-from: type=registry,ref=git.shts.su/${{ gitea.repository }}:testcache
|
||||
cache-to: type=registry,ref=git.shts.su/${{ gitea.repository }}:testcache,mode=max
|
||||
|
||||
- name: Run tests
|
||||
run: docker run --rm cfdm:test
|
||||
|
||||
Reference in New Issue
Block a user