Skip to content

Commit abed541

Browse files
committed
ci: refine docker cache usage and standardization
1 parent 31d3e63 commit abed541

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,14 +158,14 @@ jobs:
158158

159159
- uses: docker/setup-buildx-action@v4
160160

161-
- name: Build Docker smoke image
161+
- name: Load Docker smoke image from cache
162162
uses: docker/build-push-action@v7
163163
with:
164164
context: .
165165
load: true
166166
tags: html2rss/web
167167
cache-from: type=gha
168-
cache-to: type=gha,mode=max
168+
# No cache-to here; we only want to read the image built in the previous job
169169

170170
- name: Run Docker smoke test
171171
env:

0 commit comments

Comments
 (0)