debug
All checks were successful
Build toolchain image / Builder (push) Successful in 1m4s

This commit is contained in:
2024-08-23 08:16:09 +03:00
parent 893f8768ce
commit efecb89209

View File

@@ -20,7 +20,7 @@ jobs:
# - run: dnf -y install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
- run: dnf -y install git
- run: git config --global url."https://${ACTIONS_RUNTIME_TOKEN}:x-oauth-basic@codex.r10x.net/".insteadOf "${GITHUB_SERVER_URL}"
- run: git clone ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}
- run: git clone ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY} ${PWD}
- run: pwd
- run: ls -la
# - run: docker build --progress=plain --tag registry.r10x/toolchain .