All checks were successful
Build and Push Docker Image / tests (push) Successful in 40s
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 |