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 }}
|
GITEA_TOKEN: ${{ secrets.TOKEN }}
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
id: qemu
|
id: qemu
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: https://gh.huoxue.store/docker/setup-qemu-action@v2
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
id: buildx
|
id: buildx
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: https://gh.huoxue.store/docker/setup-buildx-action@v2
|
||||||
- name: Docker meta
|
- name: Docker meta
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v4
|
uses: https://gh.huoxue.store/docker/metadata-action@v4
|
||||||
with:
|
with:
|
||||||
images: huoxue.link:12300/huoxue1/min_report
|
images: huoxue.link:12300/huoxue1/min_report
|
||||||
tags: |
|
tags: |
|
||||||
|
@ -67,14 +67,14 @@ jobs:
|
||||||
type=ref,event=tag
|
type=ref,event=tag
|
||||||
- name: Docker Login
|
- name: Docker Login
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
uses: docker/login-action@v2
|
uses: https://gh.huoxue.store/docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: huoxue.link:12300
|
registry: huoxue.link:12300
|
||||||
username: ${{ secrets.USERNAME }}
|
username: ${{ secrets.USERNAME }}
|
||||||
password: ${{ secrets.PASSWORD }}
|
password: ${{ secrets.PASSWORD }}
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
id: docker_build
|
id: docker_build
|
||||||
uses: docker/build-push-action@v3
|
uses: https://gh.huoxue.store/docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
|
@ -87,7 +87,7 @@ jobs:
|
||||||
|
|
||||||
- name: Meta-cnn
|
- name: Meta-cnn
|
||||||
id: meta-cnn
|
id: meta-cnn
|
||||||
uses: docker/metadata-action@v4
|
uses: https://gh.huoxue.store/docker/metadata-action@v4
|
||||||
with:
|
with:
|
||||||
images: huoxue.link:12300/huoxue1/cnn
|
images: huoxue.link:12300/huoxue1/cnn
|
||||||
tags: |
|
tags: |
|
||||||
|
@ -95,7 +95,7 @@ jobs:
|
||||||
type=ref,event=tag
|
type=ref,event=tag
|
||||||
- name: Build and push cnn
|
- name: Build and push cnn
|
||||||
id: docker_build_cnn
|
id: docker_build_cnn
|
||||||
uses: docker/build-push-action@v3
|
uses: https://gh.huoxue.store/docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
|
|
Loading…
Reference in New Issue