From 702492e86623409c608e2fc7736f83f330824a61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9=20=D0=91=D0=B0?= =?UTF-8?q?=D0=B4=D1=8F=D0=B5=D0=B2?= Date: Mon, 7 Apr 2025 14:14:26 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D1=91?= =?UTF-8?q?=D0=BD=20pipeline.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/release.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index a9f534a..7e37f1a 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -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