2
0

Обновлён pipeline.
Some checks failed
release / release (push) Failing after 19m16s

This commit is contained in:
Алексей Бадяев 2025-04-07 14:14:26 +07:00
parent 4b640b2602
commit 702492e866
Signed by: alexey
GPG Key ID: 686FBC1363E4AFAE

View File

@ -17,10 +17,10 @@ jobs:
lfs: true
- name: set-up qemu
uses: https://git.mousesoft.ru/ms/gitea-action-setup-qemu@v3
uses: https://git.mousesoft.ru/ms/gitea-action-setup-qemu@v3.6.0
- name: set-up docker buildx
uses: https://git.mousesoft.ru/ms/gitea-action-docker-setup-buildx@v3
uses: https://git.mousesoft.ru/ms/gitea-action-docker-setup-buildx@v3.10.0
with:
buildkitd-flags: --debug
@ -39,7 +39,7 @@ jobs:
echo IMAGE_REVISION=$(git rev-parse HEAD) | tee -a $GITHUB_OUTPUT
- name: build and push base 22.04
uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6
uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6.15.0
with:
context: .
file: dockerfiles/base.dockerfile
@ -60,7 +60,7 @@ jobs:
git.mousesoft.ru/ms/gitea-runner-images:ubuntu-latest
- name: build and push python 22.04
uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6
uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6.15.0
with:
context: .
file: dockerfiles/python.dockerfile
@ -81,7 +81,7 @@ jobs:
git.mousesoft.ru/ms/gitea-runner-images:python-ubuntu-latest
- name: build and push doc 22.04
uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6
uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6.15.0
with:
context: .
file: dockerfiles/doc.dockerfile
@ -102,7 +102,7 @@ jobs:
git.mousesoft.ru/ms/gitea-runner-images:doc-ubuntu-latest
- name: build and push base 20.04
uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6
uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6.15.0
with:
context: .
file: dockerfiles/base.dockerfile
@ -122,7 +122,7 @@ jobs:
git.mousesoft.ru/ms/gitea-runner-images:ubuntu-20.04-${{ steps.meta.outputs.IMAGE_VERSION }}
- name: build and push python 20.04
uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6
uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6.15.0
with:
context: .
file: dockerfiles/python.dockerfile
@ -142,7 +142,7 @@ jobs:
git.mousesoft.ru/ms/gitea-runner-images:python-ubuntu-20.04-${{ steps.meta.outputs.IMAGE_VERSION }}
- name: build and push doc 20.04
uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6
uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6.15.0
with:
context: .
file: dockerfiles/doc.dockerfile