mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2025-01-09 18:19:46 +00:00
Remove release workflow as it is not ready yet
This commit is contained in:
parent
9e9e321431
commit
b50e7f82c9
1 changed files with 0 additions and 23 deletions
23
.github/workflows/release.yml
vendored
23
.github/workflows/release.yml
vendored
|
@ -1,23 +0,0 @@
|
||||||
name: "Release new version"
|
|
||||||
|
|
||||||
on:
|
|
||||||
# Creation of a new tag starting with v
|
|
||||||
push:
|
|
||||||
tags:
|
|
||||||
- "v*"
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
test:
|
|
||||||
uses: ./.github/workflows/test.yml
|
|
||||||
|
|
||||||
ghcrio:
|
|
||||||
uses: Steffo99/.github/.github/workflows/buildrelease-docker.yml@main
|
|
||||||
needs:
|
|
||||||
- test
|
|
||||||
|
|
||||||
portainer:
|
|
||||||
uses: Steffo99/.github/.github/workflows/deploy-portainer.yml@main
|
|
||||||
needs:
|
|
||||||
- ghcrio
|
|
||||||
secrets:
|
|
||||||
PORTAINER_HOOK_URL: ${{ secrets.PORTAINER_HOOK_URL }}
|
|
Loading…
Reference in a new issue