From 9c77924e324f284e0f2291416d2bc059b6226ba1 Mon Sep 17 00:00:00 2001 From: ztimson Date: Wed, 2 Apr 2025 13:42:54 -0400 Subject: [PATCH] Added build --- .github/workflows/build.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/build.yaml diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml new file mode 100644 index 0000000..43671a4 --- /dev/null +++ b/.github/workflows/build.yaml @@ -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}}