Skip to content

Commit 3763e3c

Browse files
committedDec 12, 2023
use container registry
1 parent d6526ca commit 3763e3c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.github/workflows/server-publish-oci-image.yml

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
steps:
2424
- name: Set up Docker Buildx
2525
uses: docker/setup-buildx-action@v3
26+
with:
27+
config-inline: |
28+
[registry."docker.io"]
29+
mirrors = ["https://github-runner-dockerhub-cache.canonical.com:5000"]
2630
2731
- name: Checkout repository
2832
uses: actions/checkout@v3

0 commit comments

Comments
 (0)