Skip to content

Commit 396bdea

Browse files
committed
ci: set builder
Signed-off-by: Shinnosuke Sawada-Dazai <shin@warashi.dev>
1 parent 945d265 commit 396bdea

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/actions-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- uses: docker/setup-buildx-action@v3
13+
id: setup-buildx
1314
- uses: docker/metadata-action@v5
1415
id: meta
1516
with:
@@ -27,6 +28,7 @@ jobs:
2728
- name: inject cache into docker
2829
uses: ./
2930
with:
31+
builder: ${{ steps.setup-buildx.outputs.name }}
3032
skip-extraction: false
3133
cache-map: |
3234
{

0 commit comments

Comments
 (0)