github actions

This commit is contained in:
STAM 2020-11-24 02:12:02 +03:00
parent 83cb5d1487
commit 931e6c7576

View File

@ -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