From 718180dea770d16eedadc27bdacb8d9f23740514 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Thu, 8 May 2025 08:48:18 -0400 Subject: [PATCH] first attemp build action, likely not working --- .forgejo/workflows/build.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .forgejo/workflows/build.yml diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml new file mode 100644 index 0000000..684a45c --- /dev/null +++ b/.forgejo/workflows/build.yml @@ -0,0 +1,15 @@ +on: + push: + +jobs: + build-base: + steps: + - name: checkout + uses: actions/checkout@v4 + - name: buildx-base + uses: https://github.com/docker/setup-buildx-action + - name: Build and push + uses: https://github.com/docker/build-push-action@v6 + with: + push: true + tags: gitea.simcop2387.info/simcop2387/postgresql-base:latest