Исправлен конвейер.
All checks were successful
release / ubuntu-24_04 (push) Successful in 27m20s
release / ubuntu-22_04 (push) Successful in 28m41s

This commit is contained in:
2026-01-14 21:16:26 +03:00
parent fc814bbc97
commit 0e2c85b624
4 changed files with 31 additions and 31 deletions

View File

@@ -18,15 +18,15 @@ jobs:
lfs: true
- name: set-up qemu
uses: https://git.mousesoft.ru/ms/gitea-action-setup-qemu@v3
uses: https://git.mousesoft.ru/actions/gitea-action-setup-qemu@v3
- name: set-up docker buildx
uses: https://git.mousesoft.ru/ms/gitea-action-docker-setup-buildx@v3
uses: https://git.mousesoft.ru/actions/gitea-action-docker-setup-buildx@v3
with:
buildkitd-flags: --debug
- name: login to docker hub
uses: https://git.mousesoft.ru/ms/gitea-action-docker-login@v3
uses: https://git.mousesoft.ru/actions/gitea-action-docker-login@v3
with:
registry: git.mousesoft.ru
username: ${{ secrets.API_USER }}
@@ -40,7 +40,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
uses: https://git.mousesoft.ru/actions/gitea-action-docker-build-push@v6
with:
context: .
file: dockerfiles/base.dockerfile
@@ -56,11 +56,11 @@ jobs:
IMAGE_CREATED=${{ steps.meta.outputs.IMAGE_CREATED }}
IMAGE_REVISION=${{ steps.meta.outputs.IMAGE_REVISION }}
tags: |
git.mousesoft.ru/ms/gitea-runner-images:ubuntu-24.04
git.mousesoft.ru/ms/gitea-runner-images:ubuntu-latest
git.mousesoft.ru/actions/gitea-runner-images:ubuntu-24.04
git.mousesoft.ru/actions/gitea-runner-images:ubuntu-latest
- name: build and push python 24.04
uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6
uses: https://git.mousesoft.ru/actions/gitea-action-docker-build-push@v6
with:
context: .
file: dockerfiles/python.dockerfile
@@ -76,11 +76,11 @@ jobs:
IMAGE_CREATED=${{ steps.meta.outputs.IMAGE_CREATED }}
IMAGE_REVISION=${{ steps.meta.outputs.IMAGE_REVISION }}
tags: |
git.mousesoft.ru/ms/gitea-runner-images:python-ubuntu-24.04
git.mousesoft.ru/ms/gitea-runner-images:python-ubuntu-latest
git.mousesoft.ru/actions/gitea-runner-images:python-ubuntu-24.04
git.mousesoft.ru/actions/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
uses: https://git.mousesoft.ru/actions/gitea-action-docker-build-push@v6
with:
context: .
file: dockerfiles/doc.dockerfile
@@ -96,27 +96,27 @@ jobs:
IMAGE_CREATED=${{ steps.meta.outputs.IMAGE_CREATED }}
IMAGE_REVISION=${{ steps.meta.outputs.IMAGE_REVISION }}
tags: |
git.mousesoft.ru/ms/gitea-runner-images:doc-ubuntu-24.04
git.mousesoft.ru/ms/gitea-runner-images:doc-ubuntu-latest
git.mousesoft.ru/actions/gitea-runner-images:doc-ubuntu-24.04
git.mousesoft.ru/actions/gitea-runner-images:doc-ubuntu-latest
ubuntu-22_04:
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
uses: https://git.mousesoft.ru/actions/gitea-action-setup-qemu@v3
- name: set-up docker buildx
uses: https://git.mousesoft.ru/ms/gitea-action-docker-setup-buildx@v3
uses: https://git.mousesoft.ru/actions/gitea-action-docker-setup-buildx@v3
with:
buildkitd-flags: --debug
- name: login to docker hub
uses: https://git.mousesoft.ru/ms/gitea-action-docker-login@v3
uses: https://git.mousesoft.ru/actions/gitea-action-docker-login@v3
with:
registry: git.mousesoft.ru
username: ${{ secrets.API_USER }}
@@ -130,7 +130,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
uses: https://git.mousesoft.ru/actions/gitea-action-docker-build-push@v6
with:
context: .
file: dockerfiles/base.dockerfile
@@ -146,10 +146,10 @@ jobs:
IMAGE_CREATED=${{ steps.meta.outputs.IMAGE_CREATED }}
IMAGE_REVISION=${{ steps.meta.outputs.IMAGE_REVISION }}
tags: |
git.mousesoft.ru/ms/gitea-runner-images:ubuntu-22.04
git.mousesoft.ru/actions/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
uses: https://git.mousesoft.ru/actions/gitea-action-docker-build-push@v6
with:
context: .
file: dockerfiles/python.dockerfile
@@ -165,10 +165,10 @@ jobs:
IMAGE_CREATED=${{ steps.meta.outputs.IMAGE_CREATED }}
IMAGE_REVISION=${{ steps.meta.outputs.IMAGE_REVISION }}
tags: |
git.mousesoft.ru/ms/gitea-runner-images:python-ubuntu-22.04
git.mousesoft.ru/actions/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
uses: https://git.mousesoft.ru/actions/gitea-action-docker-build-push@v6
with:
context: .
file: dockerfiles/doc.dockerfile
@@ -184,4 +184,4 @@ jobs:
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/actions/gitea-runner-images:doc-ubuntu-22.04

View File

@@ -8,9 +8,9 @@ ARG IMAGE_REVISION
LABEL org.opencontainers.image.created="${IMAGE_CREATED}" \
org.opencontainers.image.authors="MouseSoft" \
org.opencontainers.image.url="https://git.mousesoft.ru/ms/gitea-runner-images" \
org.opencontainers.image.documentation="https://git.mousesoft.ru/ms/gitea-runner-images/src/branch/main/README.md" \
org.opencontainers.image.source="https://git.mousesoft.ru/ms/gitea-runner-images" \
org.opencontainers.image.url="https://git.mousesoft.ru/actions/gitea-runner-images" \
org.opencontainers.image.documentation="https://git.mousesoft.ru/actions/gitea-runner-images/src/branch/main/README.md" \
org.opencontainers.image.source="https://git.mousesoft.ru/actions/gitea-runner-images" \
org.opencontainers.image.version="${IMAGE_VERSION}" \
org.opencontainers.image.revision="${IMAGE_REVISION}" \
org.opencontainers.image.vendor="MouseSoft" \

View File

@@ -9,9 +9,9 @@ ARG IMAGE_REVISION
LABEL org.opencontainers.image.created="${IMAGE_CREATED}" \
org.opencontainers.image.authors="MouseSoft" \
org.opencontainers.image.url="https://git.mousesoft.ru/ms/gitea-runner-images" \
org.opencontainers.image.documentation="https://git.mousesoft.ru/ms/gitea-runner-images/src/branch/main/README.md" \
org.opencontainers.image.source="https://git.mousesoft.ru/ms/gitea-runner-images" \
org.opencontainers.image.url="https://git.mousesoft.ru/actions/gitea-runner-images" \
org.opencontainers.image.documentation="https://git.mousesoft.ru/actions/gitea-runner-images/src/branch/main/README.md" \
org.opencontainers.image.source="https://git.mousesoft.ru/actions/gitea-runner-images" \
org.opencontainers.image.version="${IMAGE_VERSION}" \
org.opencontainers.image.revision="${IMAGE_REVISION}" \
org.opencontainers.image.vendor="MouseSoft" \

View File

@@ -8,9 +8,9 @@ ARG IMAGE_REVISION
LABEL org.opencontainers.image.created="${IMAGE_CREATED}" \
org.opencontainers.image.authors="MouseSoft" \
org.opencontainers.image.url="https://git.mousesoft.ru/ms/gitea-runner-images" \
org.opencontainers.image.documentation="https://git.mousesoft.ru/ms/gitea-runner-images/src/branch/main/README.md" \
org.opencontainers.image.source="https://git.mousesoft.ru/ms/gitea-runner-images" \
org.opencontainers.image.url="https://git.mousesoft.ru/actions/gitea-runner-images" \
org.opencontainers.image.documentation="https://git.mousesoft.ru/actions/gitea-runner-images/src/branch/main/README.md" \
org.opencontainers.image.source="https://git.mousesoft.ru/actions/gitea-runner-images" \
org.opencontainers.image.version="${IMAGE_VERSION}" \
org.opencontainers.image.revision="${IMAGE_REVISION}" \
org.opencontainers.image.vendor="MouseSoft" \