Skip to content

Commit

Permalink
change external docker image reference to ghcr.io registry (#2567) (#…
Browse files Browse the repository at this point in the history
…2568)

Signed-off-by: kpango <[email protected]>
Co-authored-by: Yusuke Kato <[email protected]>
  • Loading branch information
vdaas-ci and kpango authored Aug 6, 2024
1 parent 2fc9958 commit aebca24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Setup QEMU
uses: docker/setup-qemu-action@v3
with:
image: tonistiigi/binfmt:master
image: ghcr.io/vdaas/vald/vald-binfmt:nightly
platforms: linux/amd64,linux/arm64
- name: Setup Docker Buildx
id: buildx
Expand All @@ -78,7 +78,7 @@ jobs:
version: latest
platforms: linux/amd64,linux/arm64
driver-opts: |
image=moby/buildkit:master
image=ghcr.io/vdaas/vald/vald-buildkit:nightly
network=host
buildkitd-flags: "--debug --oci-worker-gc=false"
- name: Login to DockerHub
Expand Down

0 comments on commit aebca24

Please sign in to comment.