From e9418e2b7c159fb124433f587c66f11739d7b7db 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, 12 Jan 2026 19:22:39 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D0=B8=20=D0=B4?= =?UTF-8?q?=D0=B5=D0=B9=D1=81=D1=82=D0=B2=D0=B8=D0=B9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/release.yaml | 22 +++++++++++----------- README.md | 12 ++++++------ cspell.config.yaml | 7 +++++++ 3 files changed, 24 insertions(+), 17 deletions(-) create mode 100644 cspell.config.yaml diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 91aa559..71f24c6 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -12,15 +12,15 @@ jobs: runs-on: ubuntu-latest steps: - name: check-out code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: lfs: true - name: set-up qemu - uses: https://git.mousesoft.ru/ms/gitea-action-setup-qemu@v3.6.0 + uses: https://git.mousesoft.ru/ms/gitea-action-setup-qemu@v3 - name: set-up docker buildx - uses: https://git.mousesoft.ru/ms/gitea-action-docker-setup-buildx@v3.10.0 + uses: https://git.mousesoft.ru/ms/gitea-action-docker-setup-buildx@v3 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 24.04 - uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6.15.0 + uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6 with: context: . file: dockerfiles/base.dockerfile @@ -59,7 +59,7 @@ jobs: git.mousesoft.ru/ms/gitea-runner-images:ubuntu-latest - name: build and push python 24.04 - uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6.15.0 + uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6 with: context: . file: dockerfiles/python.dockerfile @@ -79,7 +79,7 @@ jobs: git.mousesoft.ru/ms/gitea-runner-images:python-ubuntu-latest - name: build and push doc 24.04 - uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6.15.0 + uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6 with: context: . file: dockerfiles/doc.dockerfile @@ -107,10 +107,10 @@ jobs: lfs: true - name: set-up qemu - uses: https://git.mousesoft.ru/ms/gitea-action-setup-qemu@v3.6.0 + uses: https://git.mousesoft.ru/ms/gitea-action-setup-qemu@v3 - name: set-up docker buildx - uses: https://git.mousesoft.ru/ms/gitea-action-docker-setup-buildx@v3.10.0 + uses: https://git.mousesoft.ru/ms/gitea-action-docker-setup-buildx@v3 with: buildkitd-flags: --debug @@ -129,7 +129,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.15.0 + uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6 with: context: . file: dockerfiles/base.dockerfile @@ -148,7 +148,7 @@ jobs: git.mousesoft.ru/ms/gitea-runner-images:ubuntu-22.04 - name: build and push python 22.04 - uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6.15.0 + uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6 with: context: . file: dockerfiles/python.dockerfile @@ -167,7 +167,7 @@ jobs: git.mousesoft.ru/ms/gitea-runner-images:python-ubuntu-22.04 - name: build and push doc 22.04 - uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6.15.0 + uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6 with: context: . file: dockerfiles/doc.dockerfile diff --git a/README.md b/README.md index eb669b9..b13d83c 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ В результате сборки создаются следующие образы `git.mousesoft.ru/ms/gitea-runner-images` со следующими метками: -1. `ubuntu-22.04` (псевдоним - `latest`) -2. `python-ubuntu-22.04` (псевдоним - `python-latest`) -3. `doc-ubuntu-22.04` (псевдоним - `doc-latest`) -4. `ubuntu-20.04` -5. `python-ubuntu-20.04` -6. `doc-ubuntu-20.04` +1. `ubuntu-24.04` (псевдоним - `latest`) +2. `python-ubuntu-24.04` (псевдоним - `python-latest`) +3. `doc-ubuntu-24.04` (псевдоним - `doc-latest`) +4. `ubuntu-22.04` +5. `python-ubuntu-22.04` +6. `doc-ubuntu-22.04` diff --git a/cspell.config.yaml b/cspell.config.yaml new file mode 100644 index 0000000..8b95d03 --- /dev/null +++ b/cspell.config.yaml @@ -0,0 +1,7 @@ +version: "0.2" +ignorePaths: ["dockerfiles"] +dictionaryDefinitions: [] +dictionaries: [] +words: [] +ignoreWords: [] +import: []