Skip to content

Commit 5074592

Browse files
authored
fix: disable docker caching for now (#450)
1 parent 9f8fcc5 commit 5074592

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/actions/docker-build-push/action.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,10 @@ runs:
9898
load: ${{ inputs.load }}
9999
tags: ${{ steps.meta.outputs.tags }}
100100
labels: ${{ steps.meta.outputs.labels }}
101-
cache-from: ${{ steps.cache-from.outputs.cacheFrom }}
102-
cache-to: |
103-
type=inline,mode=max
101+
# TODO: this is not working as expected and breaking people's CI we think...
102+
#cache-from: ${{ steps.cache-from.outputs.cacheFrom }}
103+
#cache-to: |
104+
# type=inline,mode=max
104105
build-args: |
105106
${{ inputs.build_args }}
106107
secret-files: ${{ inputs.secret-files }}

0 commit comments

Comments
 (0)