postgresql-containers/.forgejo/workflows/build.yml
Ryan Voots 718180dea7
Some checks failed
/ build-base (push) Failing after 3s
first attemp build action, likely not working
2025-05-08 08:48:18 -04:00

15 lines
384 B
YAML

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