Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9932fd8b52 | |||
| 18a0bd77bd |
@@ -1,9 +1,8 @@
|
|||||||
name: Build & Release
|
name: Build & Release
|
||||||
on:
|
on:
|
||||||
workflow_run:
|
push:
|
||||||
workflows: [ "Run Tests" ]
|
tags:
|
||||||
types:
|
- '[0-9]+.[0-9]+.[0-9]+'
|
||||||
- completed
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
ENDPOINT: services-3
|
ENDPOINT: services-3
|
||||||
@@ -16,7 +15,6 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
build-docker-image:
|
build-docker-image:
|
||||||
if: ${{ gitea.event.workflow_run.conclusion == 'success' && gitea.ref_type == 'tag' }}
|
|
||||||
runs-on: node20
|
runs-on: node20
|
||||||
container:
|
container:
|
||||||
image: catthehacker/ubuntu:act-24.04
|
image: catthehacker/ubuntu:act-24.04
|
||||||
|
|||||||
@@ -1,9 +1,13 @@
|
|||||||
name: Run Tests
|
name: Run Tests
|
||||||
on:
|
on:
|
||||||
push: {}
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- '**'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
RUNNER_TOOL_CACHE: /toolcache
|
RUNNER_TOOL_CACHE: /toolcache
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-tests:
|
run-tests:
|
||||||
runs-on: python
|
runs-on: python
|
||||||
|
|||||||
Reference in New Issue
Block a user