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: []