first attemp build action, likely not working
Some checks failed
/ build-base (push) Failing after 3s
Some checks failed
/ build-base (push) Failing after 3s
This commit is contained in:
parent
b9a9a33b90
commit
718180dea7
1 changed files with 15 additions and 0 deletions
15
.forgejo/workflows/build.yml
Normal file
15
.forgejo/workflows/build.yml
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue