Update
Build toolchain image / Builder (push) Failing after 4m45s

This commit is contained in:
2026-03-16 15:24:33 +03:00
parent 786c64024c
commit 4711aeac39
3 changed files with 16 additions and 17 deletions
+6 -1
View File
@@ -14,5 +14,10 @@ jobs:
steps:
- name: Пунь
uses: https://codex.r10x.net/actions/tools@master
- run: docker build --progress=plain --tag ${IMAGE_NAME} .
- run: >
docker build
--progress=plain
--tag ${IMAGE_NAME}
--file ci/Dockerfile
.
- run: docker push ${IMAGE_NAME}