Skip to content

Commit

Permalink
Merge branch 'release/v1.7' into pre-release/v1.7/patch
Browse files Browse the repository at this point in the history
  • Loading branch information
kpango authored Aug 6, 2024
2 parents 51b3e41 + aebca24 commit 644afb8
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 644afb8

Please sign in to comment.