Updated readme, legal & ci/cd
Some checks failed
Build / Build & Push Dockerfile (push) Failing after 7s

This commit is contained in:
2023-12-14 19:06:07 -05:00
parent b4ce437ac0
commit f4111cc264
5 changed files with 121 additions and 12 deletions

14
.github/workflows/build.yaml vendored Normal file
View File

@ -0,0 +1,14 @@
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}}