Обновлены версии действий.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user