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

This commit is contained in:
2024-08-23 08:10:38 +03:00
parent c764fae1c7
commit 401e2bb8f7

View File

@@ -18,6 +18,7 @@ jobs:
# - run: dnf -y group install standard core hardware-support development-libs development-tools
# - run: dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
# - 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: docker build --progress=plain --tag registry.r10x/toolchain .