docker-playground-1/.gitea/workflows/release.yaml
DrMaxNix 944a7dea24
Some checks failed
Run Unit Tests / run-unit-tests (push) Failing after 1m54s
👷 ci
2024-08-18 17:37:21 +02:00

19 lines
337 B
YAML

name: Release
on:
push:
tags:
- 'v[0-9]+(\.[0-9]+){2}(\-.+)?'
env:
REGISTRY_GIT: git.tjdev.de
IMAGE_NAME: ${{ gitea.repository }}
jobs:
run-unit-tests:
uses: ./.gitea/workflows/test.yml
debug:
runs-on: ubuntu-latest
steps:
- run: echo "✅ All tests were successful, would create release now!"