Added build
Some checks are pending
Build Container / Build & Push Dockerfile (push) Blocked by required conditions
Some checks are pending
Build Container / Build & Push Dockerfile (push) Blocked by required conditions
This commit is contained in:
parent
052c7e1cae
commit
9c77924e32
15
.github/workflows/build.yaml
vendored
Normal file
15
.github/workflows/build.yaml
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
name: Build Container
|
||||
run-name: Build Container
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
name: Build & Push Dockerfile
|
||||
needs: build
|
||||
uses: ztimson/actions/.github/workflows/docker.yaml@develop
|
||||
with:
|
||||
name: ztimson/zakscode
|
||||
repository: ${{github.server_url}}/${{github.repository}}.git
|
||||
pass: ${{secrets.DEPLOY_TOKEN}}
|
Loading…
x
Reference in New Issue
Block a user