mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-04-02 20:19:16 +02:00
commit
b62574a60a
32
.github/workflows/main.yml
vendored
32
.github/workflows/main.yml
vendored
@ -25,13 +25,7 @@ jobs:
|
|||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
uses: nick-fields/retry@v2
|
run: make base
|
||||||
with:
|
|
||||||
timeout_minutes: 120
|
|
||||||
retry_wait_seconds: 40
|
|
||||||
max_attempts: 3
|
|
||||||
retry_on: error
|
|
||||||
command: make base
|
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
run: make base.test
|
run: make base.test
|
||||||
@ -50,13 +44,7 @@ jobs:
|
|||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
uses: nick-fields/retry@v2
|
run: |
|
||||||
with:
|
|
||||||
timeout_minutes: 30
|
|
||||||
retry_wait_seconds: 30
|
|
||||||
max_attempts: 4
|
|
||||||
retry_on: error
|
|
||||||
command: |
|
|
||||||
docker login -u ${{ secrets.DOCKER_USER }} -p ${{ secrets.DOCKER_PASS }}
|
docker login -u ${{ secrets.DOCKER_USER }} -p ${{ secrets.DOCKER_PASS }}
|
||||||
docker image push dockcross/base --all-tags
|
docker image push dockcross/base --all-tags
|
||||||
|
|
||||||
@ -869,13 +857,7 @@ jobs:
|
|||||||
run: xz -d -k < ./cache/base.tar.xz | docker load
|
run: xz -d -k < ./cache/base.tar.xz | docker load
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
uses: nick-fields/retry@v2
|
run: make ${{ matrix.arch_name.image }}
|
||||||
with:
|
|
||||||
timeout_minutes: 360
|
|
||||||
retry_wait_seconds: 20
|
|
||||||
max_attempts: 3
|
|
||||||
retry_on: error
|
|
||||||
command: make ${{ matrix.arch_name.image }}
|
|
||||||
|
|
||||||
- name: basic test
|
- name: basic test
|
||||||
run: make ${{ matrix.arch_name.image }}.test
|
run: make ${{ matrix.arch_name.image }}.test
|
||||||
@ -957,12 +939,6 @@ jobs:
|
|||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
uses: nick-fields/retry@v2
|
run: |
|
||||||
with:
|
|
||||||
timeout_minutes: 30
|
|
||||||
retry_wait_seconds: 30
|
|
||||||
max_attempts: 4
|
|
||||||
retry_on: error
|
|
||||||
command: |
|
|
||||||
docker login -u ${{ secrets.DOCKER_USER }} -p ${{ secrets.DOCKER_PASS }}
|
docker login -u ${{ secrets.DOCKER_USER }} -p ${{ secrets.DOCKER_PASS }}
|
||||||
docker image push dockcross/${{ matrix.arch_name.image }} --all-tags
|
docker image push dockcross/${{ matrix.arch_name.image }} --all-tags
|
||||||
|
Loading…
x
Reference in New Issue
Block a user