mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-04-15 13:52:43 +03:00
github actions
This commit is contained in:
parent
83cb5d1487
commit
931e6c7576
5
.github/workflows/docker-main-images.yml
vendored
5
.github/workflows/docker-main-images.yml
vendored
@ -11,7 +11,7 @@ on:
|
|||||||
- 'master'
|
- 'master'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build1:
|
build-forked-fixed:
|
||||||
name: Forked and fixed images
|
name: Forked and fixed images
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|
||||||
@ -58,9 +58,10 @@ jobs:
|
|||||||
# - name: Push Template
|
# - name: Push Template
|
||||||
# run: docker push user/repo:tag
|
# run: docker push user/repo:tag
|
||||||
|
|
||||||
build2:
|
build-our-high:
|
||||||
name: Our High priority images
|
name: Our High priority images
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
needs: build-forked-fixed
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user