Skip to content

Commit

Permalink
Remove buildx cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed May 16, 2023
1 parent 05ac719 commit 2491a44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,4 @@ jobs:
context: .
platforms: linux/amd64
push: false
build-args: arch=x86_64
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: arch=x86_64
2 changes: 0 additions & 2 deletions .github/workflows/interchaintest-E2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ jobs:
platforms: linux/amd64
push: false
build-args: arch=x86_64
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Log in to the Container registry
uses: docker/login-action@v2
Expand Down

0 comments on commit 2491a44

Please sign in to comment.