init stage0
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
Adrien Beaudouin 2025-06-03 20:23:18 +02:00
parent 2b41305e9d
commit 497fd373ca

View File

@ -10,7 +10,7 @@ jobs:
- name: Checkout
run: |
git config --global advice.detachedHead false
git clone --branch 2025.02.0 --depth 1 https://codeberg.org/stagex/stagex.git $GITHUB_WORKSPACE
git clone --branch 2025.05.2 --depth 1 https://codeberg.org/stagex/stagex.git $GITHUB_WORKSPACE
- uses: docker/login-action@v3
with:
registry: ${{ vars.CONTAINER_REGISTRY }}