Update .github/workflows/Continues Integration.yaml
Some checks reported warnings
Some checks reported warnings
This commit is contained in:
parent
a5aa7f9a8f
commit
be9ffd160a
8
.github/workflows/Continues Integration.yaml
vendored
8
.github/workflows/Continues Integration.yaml
vendored
@ -78,14 +78,20 @@ jobs:
|
|||||||
path: dist/
|
path: dist/
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
# needs: dependencies
|
|
||||||
name: Build docker image
|
name: Build docker image
|
||||||
|
needs: build-prod
|
||||||
container: git.zakscode.com/ztimson/runner
|
container: git.zakscode.com/ztimson/runner
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Download production build
|
||||||
|
uses: actions/download-artifact@v3
|
||||||
|
with:
|
||||||
|
name: build-prod
|
||||||
|
path: dist
|
||||||
|
|
||||||
- name: Build docker image
|
- name: Build docker image
|
||||||
uses: ztimson/actions/docker/build@develop
|
uses: ztimson/actions/docker/build@develop
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user