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