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