231
CI / Build binary CI (push) Failing after 4m11s Details

This commit is contained in:
huoxue 2024-05-10 00:18:51 +08:00
parent cf3730ae8f
commit 37ebccf3a1
1 changed files with 6 additions and 6 deletions

View File

@ -19,7 +19,7 @@ jobs:
# 持久化工具目录
steps:
- name: Checkout
uses: https://huoxue.link:12300/actions/checkout@main
uses: https://huoxue.link:12300/huoxue1/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@master
uses: https://huoxue.link:12300/huoxue1/setup-qemu-action@master
- name: Set up Docker Buildx
id: buildx
uses: https://huoxue.link:12300/docker/setup-buildx-action@master
uses: https://huoxue.link:12300/huoxue1/setup-buildx-action@master
- name: Docker meta
id: meta
uses: https://huoxue.link:12300/docker/metadata-action@master
uses: https://huoxue.link:12300/huoxue1/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@master
uses: https://huoxue.link:12300/huoxue1/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@master
uses: https://huoxue.link:12300/huoxue1/build-push-action@master
with:
context: .
push: ${{ github.event_name != 'pull_request' }}