Skip to content

Commit c895c1a

Browse files
committed
[FIX]: docker buildx builder
1 parent bdc4c72 commit c895c1a

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
@@ -60,7 +60,7 @@ jobs:
6060
- name: Build & Push Dependency Cache
6161
run: |
6262
docker buildx build \
63-
--builder default \
63+
--builder mybuilder \
6464
--platform linux/amd64 \
6565
--push \
6666
--file Dockerfile \
@@ -72,7 +72,7 @@ jobs:
7272
- name: Build & Push Final App Image
7373
run: |
7474
docker buildx build \
75-
--builder default \
75+
--builder mybuilder \
7676
--platform linux/amd64 \
7777
--push \
7878
--file Dockerfile \

0 commit comments

Comments
 (0)