Skip to content

Commit

Permalink
chore(github_actions): try without cache at all
Browse files Browse the repository at this point in the history
Signed-off-by: Bukowa <[email protected]>
  • Loading branch information
bukowa committed Jun 10, 2024
1 parent b31af29 commit 787fc33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tag-docker_test_build_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: |
type=gha
cache-to: |
type=gha
# cache-from: |
# type=gha
# cache-to: |
# type=gha
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x

0 comments on commit 787fc33

Please sign in to comment.