231
CI / Build binary CI (push) Failing after 5s
Details
CI / Build binary CI (push) Failing after 5s
Details
This commit is contained in:
parent
020c7c0e55
commit
cf3730ae8f
|
@ -19,7 +19,7 @@ jobs:
|
|||
# 持久化工具目录
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: https://huoxue.link:12300/actions/checkout@v3
|
||||
uses: https://huoxue.link:12300/actions/checkout@main
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: setup go
|
||||
|
@ -55,13 +55,13 @@ jobs:
|
|||
GITEA_TOKEN: ${{ secrets.TOKEN }}
|
||||
- name: Set up QEMU
|
||||
id: qemu
|
||||
uses: https://huoxue.link:12300/docker/setup-qemu-action@v2
|
||||
uses: https://huoxue.link:12300/docker/setup-qemu-action@master
|
||||
- name: Set up Docker Buildx
|
||||
id: buildx
|
||||
uses: https://huoxue.link:12300/docker/setup-buildx-action@v2
|
||||
uses: https://huoxue.link:12300/docker/setup-buildx-action@master
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
uses: https://huoxue.link:12300/docker/metadata-action@v4
|
||||
uses: https://huoxue.link:12300/docker/metadata-action@master
|
||||
with:
|
||||
images: registry.cn-hangzhou.aliyuncs.com/huoxue1/qinglong-go
|
||||
tags: |
|
||||
|
@ -69,14 +69,14 @@ jobs:
|
|||
type=ref,event=tag
|
||||
- name: Docker Login
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: https://huoxue.link:12300/docker/login-action@v2
|
||||
uses: https://huoxue.link:12300/docker/login-action@master
|
||||
with:
|
||||
registry: registry.cn-hangzhou.aliyuncs.com
|
||||
username: ${{ secrets.USERNAME }}
|
||||
password: ${{ secrets.PASSWORD }}
|
||||
- name: Build and push
|
||||
id: docker_build
|
||||
uses: https://huoxue.link:12300/docker/build-push-action@v3
|
||||
uses: https://huoxue.link:12300/docker/build-push-action@master
|
||||
with:
|
||||
context: .
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
|
|
Loading…
Reference in New Issue