diff --git a/.gitea/workflows/stage0.yaml b/.gitea/workflows/stage0.yaml index 0464da9..34914cc 100644 --- a/.gitea/workflows/stage0.yaml +++ b/.gitea/workflows/stage0.yaml @@ -3,22 +3,6 @@ on: branches: - main -inputs: - registry: - description: "Server address of Docker registry." - default: ${{ vars.CONTAINER_REGISTRY }} - username: - description: "Username used to log against the Docker registry" - default: ${{ vars.CONTAINER_REGISTRY_USERNAME }} - password: - description: "Password or personal access token used to log against the Docker registry" - required: true - release: - description: "Auto incrementing release number according to semver" - default: "false" - gitea-token: - description: "Gitea token to create a release" - jobs: build: runs-on: ubuntu-latest