Обновлены версии действий.
All checks were successful
release / ubuntu-24_04 (push) Successful in 26m0s
release / ubuntu-22_04 (push) Successful in 33m35s

This commit is contained in:
2026-01-12 19:22:39 +03:00
parent d742784f72
commit e9418e2b7c
3 changed files with 24 additions and 17 deletions

View File

@@ -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

View File

@@ -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`

7
cspell.config.yaml Normal file
View File

@@ -0,0 +1,7 @@
version: "0.2"
ignorePaths: ["dockerfiles"]
dictionaryDefinitions: []
dictionaries: []
words: []
ignoreWords: []
import: []