Skip to content

Commit

Permalink
Use mirror.gcr.io mirror registry
Browse files Browse the repository at this point in the history
to pull Eclipse Temuring images

Signed-off-by: Jeff Mesnil <[email protected]>
  • Loading branch information
jmesnil committed Jan 6, 2025
1 parent 92e7d68 commit 4ddbfad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
uses: docker/[email protected]
- name: Set up Docker Buildx
uses: docker/[email protected]
with:
buildkitd-flags: --debug
buildkitd-config-inline: |
debug = true
[registry."docker.io"]
mirrors = ["mirror.gcr.io"]
- name: Build WildFly images
id: docker_build
uses: docker/[email protected]
Expand Down

0 comments on commit 4ddbfad

Please sign in to comment.