Skip to content

Commit 478519d

Browse files
committed
Use load instead of cache-from
1 parent a2d3466 commit 478519d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
cache-from: type=gha
2626
cache-to: type=gha
2727
tags: ci_test
28+
load: true
2829

2930
- name: Login to GHCR
3031
if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
@@ -40,5 +41,4 @@ jobs:
4041
with:
4142
context: .
4243
tags: ${{ github.ref_name }}
43-
cache-from: type=gha
4444
push: true

0 commit comments

Comments
 (0)