This commit is contained in:
parent
64494fe5b2
commit
fbb284909a
@ -24,6 +24,8 @@ jobs:
|
||||
go build -o rts-sim-testing-service
|
||||
- name: 设置 Docker Buildx
|
||||
uses: https://gitea.joylink.club/docker/setup-buildx-action@v3
|
||||
with:
|
||||
version: https://gitea.joylink.club/docker/buildx.git#master
|
||||
- name: docker登录gitea.joylink.club
|
||||
uses: https://gitea.joylink.club/docker/login-action@v3
|
||||
with:
|
||||
@ -31,7 +33,7 @@ jobs:
|
||||
username: shengxuqiang
|
||||
password: ${{ secrets.SHENGXUQIANG_PASSWORD }}
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v5
|
||||
uses: https://gitea.joylink.club/docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile_Gitea
|
||||
|
Loading…
Reference in New Issue
Block a user