oacpl/.github/workflows/build.yaml
ztimson f4111cc264
Some checks failed
Build / Build & Push Dockerfile (push) Failing after 7s
Updated readme, legal & ci/cd
2023-12-14 19:06:07 -05:00

15 lines
313 B
YAML

name: Build
run-name: Build
on:
push:
jobs:
publish:
name: Build & Push Dockerfile
uses: ztimson/actions/.github/workflows/docker.yaml@develop
with:
name: ztimson/oacpl
repository: ${{github.server_url}}/${{github.repository}}.git
pass: ${{secrets.DEPLOY_TOKEN}}