parent
9dd35b3276
commit
78691e4982
10
.github/workflows/main.yaml
vendored
Normal file
10
.github/workflows/main.yaml
vendored
Normal 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 }}
|
Loading…
x
Reference in New Issue
Block a user