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 882d7ea commit 7289d4cCopy full SHA for 7289d4c
1 file changed
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ on:
5
branches: [main]
6
pull_request:
7
8
-
+
9
env:
10
REGISTRY: ghcr.io
11
IMAGE_NAME: ${{ github.repository }}
@@ -57,6 +57,5 @@ jobs:
57
context: .
58
push: ${{ github.event_name != 'pull_request' }}
59
tags: ${{ steps.meta.outputs.tags }}
60
- cache-from: type=gha
61
- cache-to: type=gha,mode=max
+ labels: ${{ steps.meta.outputs.labels }}
62
0 commit comments