We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc4c72 commit c895c1aCopy full SHA for c895c1a
1 file changed
.github/workflows/ci.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: Build & Push Dependency Cache
61
run: |
62
docker buildx build \
63
- --builder default \
+ --builder mybuilder \
64
--platform linux/amd64 \
65
--push \
66
--file Dockerfile \
@@ -72,7 +72,7 @@ jobs:
72
- name: Build & Push Final App Image
73
74
75
76
77
78
0 commit comments