debug
Some checks failed
Build toolchain image / Builder (push) Has been cancelled

This commit is contained in:
2024-08-23 08:05:24 +03:00
parent bd1e4cba86
commit 04aa15503e

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: git clone GITHUB_REPOSITORY
- 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 .
- run: docker run --labels registry.r10x/toolchain buildbot