From b50e7f82c9aa62295c2de441f9ba146c9091626f Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 31 Jan 2023 04:34:35 +0100 Subject: [PATCH] Remove release workflow as it is not ready yet --- .github/workflows/release.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index d1d88f9..0000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -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 }}