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 c6438ec commit 6b284f1Copy full SHA for 6b284f1
.github/workflows/ci.yml
@@ -52,7 +52,9 @@ jobs:
52
context: .
53
push: ${{ github.event_name != 'pull_request' }}
54
tags: ${{ steps.meta.outputs.tags }}
55
- labels: ${{ steps.meta.outputs.labels }}
+ labels: |
56
+ ${{ steps.meta.outputs.labels }}
57
+ manymine.enable=true
58
cache-from: type=local,src=/tmp/.buildx-cache
59
cache-to: type=local,dest=/tmp/.buildx-cache-new
60
- # Temp fix
0 commit comments