Reviewed-on: boring.tools/boring.tools#1 Co-authored-by: Lars Hampe <hello@hashdot.co> Co-committed-by: Lars Hampe <hello@hashdot.co>
11 lines
174 B
YAML
11 lines
174 B
YAML
name: Build and Push Docker Image
|
|
run-name: ${{ gitea.actor }}
|
|
on:
|
|
push:
|
|
branches:
|
|
- "!main"
|
|
- "**/*"
|
|
|
|
jobs:
|
|
tests:
|
|
uses: ./.gitea/workflows/test.yaml |