Обновлены версии действий.
This commit is contained in:
@@ -12,15 +12,15 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: check-out code
|
- name: check-out code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
lfs: true
|
lfs: true
|
||||||
|
|
||||||
- name: set-up qemu
|
- 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
|
- 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:
|
with:
|
||||||
buildkitd-flags: --debug
|
buildkitd-flags: --debug
|
||||||
|
|
||||||
@@ -39,7 +39,7 @@ jobs:
|
|||||||
echo IMAGE_REVISION=$(git rev-parse HEAD) | tee -a $GITHUB_OUTPUT
|
echo IMAGE_REVISION=$(git rev-parse HEAD) | tee -a $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: build and push base 24.04
|
- 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:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: dockerfiles/base.dockerfile
|
file: dockerfiles/base.dockerfile
|
||||||
@@ -59,7 +59,7 @@ jobs:
|
|||||||
git.mousesoft.ru/ms/gitea-runner-images:ubuntu-latest
|
git.mousesoft.ru/ms/gitea-runner-images:ubuntu-latest
|
||||||
|
|
||||||
- name: build and push python 24.04
|
- 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:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: dockerfiles/python.dockerfile
|
file: dockerfiles/python.dockerfile
|
||||||
@@ -79,7 +79,7 @@ jobs:
|
|||||||
git.mousesoft.ru/ms/gitea-runner-images:python-ubuntu-latest
|
git.mousesoft.ru/ms/gitea-runner-images:python-ubuntu-latest
|
||||||
|
|
||||||
- name: build and push doc 24.04
|
- 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:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: dockerfiles/doc.dockerfile
|
file: dockerfiles/doc.dockerfile
|
||||||
@@ -107,10 +107,10 @@ jobs:
|
|||||||
lfs: true
|
lfs: true
|
||||||
|
|
||||||
- name: set-up qemu
|
- 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
|
- 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:
|
with:
|
||||||
buildkitd-flags: --debug
|
buildkitd-flags: --debug
|
||||||
|
|
||||||
@@ -129,7 +129,7 @@ jobs:
|
|||||||
echo IMAGE_REVISION=$(git rev-parse HEAD) | tee -a $GITHUB_OUTPUT
|
echo IMAGE_REVISION=$(git rev-parse HEAD) | tee -a $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: build and push base 22.04
|
- 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:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: dockerfiles/base.dockerfile
|
file: dockerfiles/base.dockerfile
|
||||||
@@ -148,7 +148,7 @@ jobs:
|
|||||||
git.mousesoft.ru/ms/gitea-runner-images:ubuntu-22.04
|
git.mousesoft.ru/ms/gitea-runner-images:ubuntu-22.04
|
||||||
|
|
||||||
- name: build and push python 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:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: dockerfiles/python.dockerfile
|
file: dockerfiles/python.dockerfile
|
||||||
@@ -167,7 +167,7 @@ jobs:
|
|||||||
git.mousesoft.ru/ms/gitea-runner-images:python-ubuntu-22.04
|
git.mousesoft.ru/ms/gitea-runner-images:python-ubuntu-22.04
|
||||||
|
|
||||||
- name: build and push doc 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:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: dockerfiles/doc.dockerfile
|
file: dockerfiles/doc.dockerfile
|
||||||
|
|||||||
12
README.md
12
README.md
@@ -6,9 +6,9 @@
|
|||||||
В результате сборки создаются следующие образы
|
В результате сборки создаются следующие образы
|
||||||
`git.mousesoft.ru/ms/gitea-runner-images` со следующими метками:
|
`git.mousesoft.ru/ms/gitea-runner-images` со следующими метками:
|
||||||
|
|
||||||
1. `ubuntu-22.04` (псевдоним - `latest`)
|
1. `ubuntu-24.04` (псевдоним - `latest`)
|
||||||
2. `python-ubuntu-22.04` (псевдоним - `python-latest`)
|
2. `python-ubuntu-24.04` (псевдоним - `python-latest`)
|
||||||
3. `doc-ubuntu-22.04` (псевдоним - `doc-latest`)
|
3. `doc-ubuntu-24.04` (псевдоним - `doc-latest`)
|
||||||
4. `ubuntu-20.04`
|
4. `ubuntu-22.04`
|
||||||
5. `python-ubuntu-20.04`
|
5. `python-ubuntu-22.04`
|
||||||
6. `doc-ubuntu-20.04`
|
6. `doc-ubuntu-22.04`
|
||||||
|
|||||||
7
cspell.config.yaml
Normal file
7
cspell.config.yaml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
version: "0.2"
|
||||||
|
ignorePaths: ["dockerfiles"]
|
||||||
|
dictionaryDefinitions: []
|
||||||
|
dictionaries: []
|
||||||
|
words: []
|
||||||
|
ignoreWords: []
|
||||||
|
import: []
|
||||||
Reference in New Issue
Block a user