Добавлен образ для сборки документации.
Some checks failed
release / release (push) Failing after 5m58s

This commit is contained in:
2024-10-10 21:32:26 +07:00
parent a861217aff
commit c10f701b50
7 changed files with 118 additions and 6 deletions

View File

@@ -78,6 +78,27 @@ jobs:
git.mousesoft.ru/ms/gitea-runner-images:python-ubuntu-22.04-${{ steps.meta.outputs.IMAGE_VERSION }}
git.mousesoft.ru/ms/gitea-runner-images:python-ubuntu-latest
- name: build and push doc 22.04
uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6
with:
context: .
file: dockerfiles/doc.dockerfile
platforms: |
linux/amd64
linux/arm64
pull: true
push: true
no-cache: true
build-args: |
BASE_IMAGE_TAG=ubuntu-22.04
IMAGE_VERSION=${{ steps.meta.outputs.IMAGE_VERSION }}
IMAGE_CREATED=${{ steps.meta.outputs.IMAGE_CREATED }}
IMAGE_REVISION=${{ steps.meta.outputs.IMAGE_REVISION }}
tags: |
git.mousesoft.ru/ms/gitea-runner-images:doc-ubuntu-22.04
git.mousesoft.ru/ms/gitea-runner-images:doc-ubuntu-22.04-${{ steps.meta.outputs.IMAGE_VERSION }}
git.mousesoft.ru/ms/gitea-runner-images:doc-ubuntu-latest
- name: build and push base 20.04
uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6
with:
@@ -117,3 +138,23 @@ jobs:
tags: |
git.mousesoft.ru/ms/gitea-runner-images:python-ubuntu-20.04
git.mousesoft.ru/ms/gitea-runner-images:python-ubuntu-20.04-${{ steps.meta.outputs.IMAGE_VERSION }}
- name: build and push doc 20.04
uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6
with:
context: .
file: dockerfiles/doc.dockerfile
platforms: |
linux/amd64
linux/arm64
pull: true
push: true
no-cache: true
build-args: |
BASE_IMAGE_TAG=ubuntu-20.04
IMAGE_VERSION=${{ steps.meta.outputs.IMAGE_VERSION }}
IMAGE_CREATED=${{ steps.meta.outputs.IMAGE_CREATED }}
IMAGE_REVISION=${{ steps.meta.outputs.IMAGE_REVISION }}
tags: |
git.mousesoft.ru/ms/gitea-runner-images:doc-ubuntu-20.04
git.mousesoft.ru/ms/gitea-runner-images:doc-ubuntu-20.04-${{ steps.meta.outputs.IMAGE_VERSION }}