Skip to content

Commit 0f5ab97

Browse files
committed
Use Buildx
1 parent bb35ef4 commit 0f5ab97

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/deploy.yml

+7
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ jobs:
3636
- name: Checkout repository
3737
uses: actions/checkout@v4
3838

39+
- name: Set up Docker Buildx
40+
uses: docker/setup-buildx-action@v3
41+
with:
42+
buildkitd-config-inline: |
43+
[registry."docker.io"]
44+
mirrors = ["mirror.gcr.io"]
45+
3946
- name: Log in to the Container registry
4047
uses: docker/login-action@v3
4148
with:

0 commit comments

Comments
 (0)