mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-09 02:47:04 +00:00
fix(CI): use buildkit as docker build engine to avoid 401 unauthorized error (#2120)
This commit is contained in:
2
.github/workflows/registry.yml
vendored
2
.github/workflows/registry.yml
vendored
@@ -46,6 +46,8 @@ jobs:
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
- uses: docker/setup-qemu-action@v1
|
||||
- uses: docker/setup-buildx-action@v1
|
||||
with:
|
||||
driver-opts: image=moby/buildkit:master
|
||||
- uses: docker/build-push-action@v2
|
||||
name: Build & Pushing
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user