init stage0
All checks were successful
/ build (push) Successful in 5s

This commit is contained in:
Adrien Beaudouin 2025-06-02 22:55:09 +02:00
parent 712615fd1e
commit 5a4b9e98c5

View File

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