17 lines
282 B
YAML
17 lines
282 B
YAML
name: Staging Build
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
- master
|
|
|
|
jobs:
|
|
build:
|
|
uses: ./.gitea/workflows/build-template.yml
|
|
with:
|
|
registry: gitea.mrcdare.org
|
|
image_name: gitea.mrcdare.org/marco.dare/learn
|
|
image_tag: staging
|
|
secrets: inherit
|