.gitea/workflows/build.yml aktualisiert

This commit is contained in:
Marko Oldenburg 2024-09-17 13:47:10 +02:00
parent 4f9c345809
commit 7504a5cbaa

View File

@ -1,6 +1,9 @@
name: Create postgresql docker image
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
on:
push:
paths:
- '*Dockerfile-postgresql'
jobs:
Explore-Gitea-Actions:
@ -34,7 +37,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
file: ./Dockerfile-postgresql
platforms: |
linux/amd64
push: true