设置docker buildx改为使用自实现action
CI / Docker-Build (push) Has been cancelled
Details
CI / Docker-Build (push) Has been cancelled
Details
This commit is contained in:
parent
fbb284909a
commit
73ab803b7a
|
@ -23,16 +23,16 @@ jobs:
|
|||
go env -w GOPROXY=https://goproxy.cn,direct
|
||||
go build -o rts-sim-testing-service
|
||||
- name: 设置 Docker Buildx
|
||||
uses: https://gitea.joylink.club/docker/setup-buildx-action@v3
|
||||
uses: https://gitea.joylink.club/actions/local-setup-buildx-action@v0.1.1
|
||||
with:
|
||||
version: https://gitea.joylink.club/docker/buildx.git#master
|
||||
version: 'v0.13.1'
|
||||
- name: docker登录gitea.joylink.club
|
||||
uses: https://gitea.joylink.club/docker/login-action@v3
|
||||
with:
|
||||
registry: gitea.joylink.club
|
||||
username: shengxuqiang
|
||||
password: ${{ secrets.SHENGXUQIANG_PASSWORD }}
|
||||
- name: Build and push
|
||||
- name: Docker Build and push
|
||||
uses: https://gitea.joylink.club/docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
|
|
Loading…
Reference in New Issue