Update .github/workflows/Continues Integration.yaml
Some checks failed
Some checks failed
This commit is contained in:
parent
8cd4193971
commit
a5aa7f9a8f
15
.github/workflows/Continues Integration.yaml
vendored
15
.github/workflows/Continues Integration.yaml
vendored
@ -83,12 +83,13 @@ jobs:
|
|||||||
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
|
||||||
|
|
||||||
- uses: ztimson/actions/docker@develop
|
- name: Build docker image
|
||||||
|
uses: ztimson/actions/docker/build@develop
|
||||||
|
|
||||||
|
- name: Push docker image
|
||||||
|
uses: ztimson/actions/docker/push@develop
|
||||||
with:
|
with:
|
||||||
image: ztimson/test
|
registry_pass: ${{secrets.DEPLOY_TOKEN}}
|
||||||
registry: git.zakscode.com
|
|
||||||
registry_user: ztimson
|
|
||||||
registry_pass: ${{secrets.deploy_token}}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user