Исправлен конвейер.
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

@@ -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" \