We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f8fcc5 commit 5074592Copy full SHA for 5074592
.github/actions/docker-build-push/action.yml
@@ -98,9 +98,10 @@ runs:
98
load: ${{ inputs.load }}
99
tags: ${{ steps.meta.outputs.tags }}
100
labels: ${{ steps.meta.outputs.labels }}
101
- cache-from: ${{ steps.cache-from.outputs.cacheFrom }}
102
- cache-to: |
103
- type=inline,mode=max
+ # TODO: this is not working as expected and breaking people's CI we think...
+ #cache-from: ${{ steps.cache-from.outputs.cacheFrom }}
+ #cache-to: |
104
+ # type=inline,mode=max
105
build-args: |
106
${{ inputs.build_args }}
107
secret-files: ${{ inputs.secret-files }}
0 commit comments