Add action
Some checks failed
/ build (push) Failing after 6s

This commit is contained in:
Pal Kerecsenyi 2024-04-18 11:50:42 +01:00
parent 9dd35b3276
commit 78691e4982
Signed by: palk
GPG Key ID: 6891661E25394C2C

10
.github/workflows/main.yaml vendored Normal file
View File

@ -0,0 +1,10 @@
on:
push:
branches:
- main
jobs:
build:
uses: paltiverse/paltiverse-actions/.github/workflows/docker-build.yml@main
secrets:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}