Skip to content

Commit 6b284f1

Browse files
committed
Added manymine.enable label to image (#157)
1 parent c6438ec commit 6b284f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ jobs:
5252
context: .
5353
push: ${{ github.event_name != 'pull_request' }}
5454
tags: ${{ steps.meta.outputs.tags }}
55-
labels: ${{ steps.meta.outputs.labels }}
55+
labels: |
56+
${{ steps.meta.outputs.labels }}
57+
manymine.enable=true
5658
cache-from: type=local,src=/tmp/.buildx-cache
5759
cache-to: type=local,dest=/tmp/.buildx-cache-new
5860
- # Temp fix

0 commit comments

Comments
 (0)