1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2025-01-09 10:09:45 +00:00

Remove release workflow as it is not ready yet

This commit is contained in:
Steffo 2023-01-31 04:34:35 +01:00
parent 9e9e321431
commit b50e7f82c9
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -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 }}