This commit is contained in:
parent
4b640b2602
commit
702492e866
@ -17,10 +17,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
|
uses: https://git.mousesoft.ru/ms/gitea-action-setup-qemu@v3.6.0
|
||||||
|
|
||||||
- name: set-up docker buildx
|
- name: set-up docker buildx
|
||||||
uses: https://git.mousesoft.ru/ms/gitea-action-docker-setup-buildx@v3
|
uses: https://git.mousesoft.ru/ms/gitea-action-docker-setup-buildx@v3.10.0
|
||||||
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 22.04
|
- name: build and push base 22.04
|
||||||
uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6
|
uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6.15.0
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: dockerfiles/base.dockerfile
|
file: dockerfiles/base.dockerfile
|
||||||
@ -60,7 +60,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 22.04
|
- name: build and push python 22.04
|
||||||
uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6
|
uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6.15.0
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: dockerfiles/python.dockerfile
|
file: dockerfiles/python.dockerfile
|
||||||
@ -81,7 +81,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 22.04
|
- name: build and push doc 22.04
|
||||||
uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6
|
uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6.15.0
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: dockerfiles/doc.dockerfile
|
file: dockerfiles/doc.dockerfile
|
||||||
@ -102,7 +102,7 @@ jobs:
|
|||||||
git.mousesoft.ru/ms/gitea-runner-images:doc-ubuntu-latest
|
git.mousesoft.ru/ms/gitea-runner-images:doc-ubuntu-latest
|
||||||
|
|
||||||
- name: build and push base 20.04
|
- name: build and push base 20.04
|
||||||
uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6
|
uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6.15.0
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: dockerfiles/base.dockerfile
|
file: dockerfiles/base.dockerfile
|
||||||
@ -122,7 +122,7 @@ jobs:
|
|||||||
git.mousesoft.ru/ms/gitea-runner-images:ubuntu-20.04-${{ steps.meta.outputs.IMAGE_VERSION }}
|
git.mousesoft.ru/ms/gitea-runner-images:ubuntu-20.04-${{ steps.meta.outputs.IMAGE_VERSION }}
|
||||||
|
|
||||||
- name: build and push python 20.04
|
- name: build and push python 20.04
|
||||||
uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6
|
uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6.15.0
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: dockerfiles/python.dockerfile
|
file: dockerfiles/python.dockerfile
|
||||||
@ -142,7 +142,7 @@ jobs:
|
|||||||
git.mousesoft.ru/ms/gitea-runner-images:python-ubuntu-20.04-${{ steps.meta.outputs.IMAGE_VERSION }}
|
git.mousesoft.ru/ms/gitea-runner-images:python-ubuntu-20.04-${{ steps.meta.outputs.IMAGE_VERSION }}
|
||||||
|
|
||||||
- name: build and push doc 20.04
|
- name: build and push doc 20.04
|
||||||
uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6
|
uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6.15.0
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: dockerfiles/doc.dockerfile
|
file: dockerfiles/doc.dockerfile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user