Some checks are pending
Build Container / Build & Push Dockerfile (push) Blocked by required conditions
16 lines
377 B
YAML
16 lines
377 B
YAML
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}}
|