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 1f04026 commit 1120c29Copy full SHA for 1120c29
.github/workflows/build-and-push.yml
@@ -97,8 +97,6 @@ jobs:
97
push: ${{ github.event_name != 'pull_request' }}
98
tags: ${{ steps.meta.outputs.tags }}
99
labels: ${{ steps.meta.outputs.labels }}
100
- cache-from: type=gha,scope=cache-${{ inputs.imagename }}
101
- cache-to: type=gha,mode=max,scope=cache-${{ inputs.imagename }}
102
build-args: |
103
BRANCHNAME=${{ github.ref_name }}
104
0 commit comments