proxy
CI / Build binary CI (push) Failing after 54s
Details
CI / Build binary CI (push) Failing after 54s
Details
This commit is contained in:
parent
8c4f31242a
commit
7f3e19c887
|
@ -53,13 +53,13 @@ jobs:
|
|||
GITEA_TOKEN: ${{ secrets.TOKEN }}
|
||||
- name: Set up QEMU
|
||||
id: qemu
|
||||
uses: docker/setup-qemu-action@v2
|
||||
uses: https://gh.huoxue.store/docker/setup-qemu-action@v2
|
||||
- name: Set up Docker Buildx
|
||||
id: buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
uses: https://gh.huoxue.store/docker/setup-buildx-action@v2
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
uses: docker/metadata-action@v4
|
||||
uses: https://gh.huoxue.store/docker/metadata-action@v4
|
||||
with:
|
||||
images: huoxue.link:12300/huoxue1/min_report
|
||||
tags: |
|
||||
|
@ -67,14 +67,14 @@ jobs:
|
|||
type=ref,event=tag
|
||||
- name: Docker Login
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: docker/login-action@v2
|
||||
uses: https://gh.huoxue.store/docker/login-action@v2
|
||||
with:
|
||||
registry: huoxue.link:12300
|
||||
username: ${{ secrets.USERNAME }}
|
||||
password: ${{ secrets.PASSWORD }}
|
||||
- name: Build and push
|
||||
id: docker_build
|
||||
uses: docker/build-push-action@v3
|
||||
uses: https://gh.huoxue.store/docker/build-push-action@v3
|
||||
with:
|
||||
context: .
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
|
@ -87,7 +87,7 @@ jobs:
|
|||
|
||||
- name: Meta-cnn
|
||||
id: meta-cnn
|
||||
uses: docker/metadata-action@v4
|
||||
uses: https://gh.huoxue.store/docker/metadata-action@v4
|
||||
with:
|
||||
images: huoxue.link:12300/huoxue1/cnn
|
||||
tags: |
|
||||
|
@ -95,7 +95,7 @@ jobs:
|
|||
type=ref,event=tag
|
||||
- name: Build and push cnn
|
||||
id: docker_build_cnn
|
||||
uses: docker/build-push-action@v3
|
||||
uses: https://gh.huoxue.store/docker/build-push-action@v3
|
||||
with:
|
||||
context: .
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
|
|
Loading…
Reference in New Issue