Skip to content

Commit f88662f

Browse files
committed
fix(ci): use same tags and cache for load build
1 parent 8db69a9 commit f88662f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,10 @@ jobs:
102102
uses: docker/build-push-action@v6
103103
with:
104104
context: base
105+
tags: ${{ steps.base.outputs.tags }}
105106
labels: ${{ steps.base.outputs.labels }}
106107
load: true
108+
cache-from: type=gha
107109

108110
- name: Build and push (dev)
109111
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)