Skip to content

Commit 7289d4c

Browse files
committed
chore: update ci
1 parent 882d7ea commit 7289d4c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [main]
66
pull_request:
77
branches: [main]
8-
8+
99
env:
1010
REGISTRY: ghcr.io
1111
IMAGE_NAME: ${{ github.repository }}
@@ -57,6 +57,5 @@ jobs:
5757
context: .
5858
push: ${{ github.event_name != 'pull_request' }}
5959
tags: ${{ steps.meta.outputs.tags }}
60-
cache-from: type=gha
61-
cache-to: type=gha,mode=max
60+
labels: ${{ steps.meta.outputs.labels }}
6261

0 commit comments

Comments
 (0)