Skip to content

Commit

Permalink
ci: remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
schuer committed Dec 16, 2023
1 parent 35dfe2c commit d99bf52
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ jobs:
# uses: docker/build-push-action@v5
# with:
# context: ./images/${{ matrix.image }}
# cache-from: type=gha
# cache-to: type=gha,mode=max
# platforms: linux/amd64,linux/arm64
# push: true
# # tags: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,5 @@ jobs:
uses: docker/build-push-action@v5
with:
context: ./images/${{ matrix.image }}
cache-from: type=gha
cache-to: type=gha,mode=max
load: true
tags: ${{ matrix.image }}

0 comments on commit d99bf52

Please sign in to comment.