.gitea/workflows/build.yml aktualisiert
This commit is contained in:
parent
4f9c345809
commit
7504a5cbaa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user