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

This commit is contained in:
Adrien Beaudouin 2025-06-02 22:54:55 +02:00
parent 15df57bdbe
commit 712615fd1e

View File

@ -3,6 +3,22 @@ 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
@ -12,6 +28,8 @@ jobs:
git config --global advice.detachedHead false
git clone --branch 2025.02.0 --depth 1 https://codeberg.org/stagex/stagex.git $GITHUB_WORKSPACE
- name: Build
with:
password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}
run: |
ls
make registry-bootstrap-stage0 REGISTRY_USERNAME=gitea.okami101.io/okami101/stagex
echo $CONTAINER_REGISTRY_PASSWORD
# make registry-bootstrap-stage0 REGISTRY_USERNAME=gitea.okami101.io/okami101/stagex