postgresql-containers/.forgejo/workflows/build.yml
Ryan Voots e7e37e922e
Some checks failed
/ build-base (push) Failing after 1m25s
Use privileged runner here
2025-05-08 10:08:06 -04:00

16 lines
412 B
YAML

on:
push:
jobs:
build-base:
runs-on: self-hosted
steps:
- name: checkout
uses: actions/checkout@v4
- name: buildx-base
uses: https://github.com/docker/setup-buildx-action@v3
- name: Build and push
uses: https://github.com/docker/build-push-action@v6
with:
push: true
tags: gitea.simcop2387.info/simcop2387/postgresql-base:latest