2
0

Удалены лишние теги.
Some checks failed
release / release (push) Failing after 0s

This commit is contained in:
Алексей Бадяев 2025-04-08 00:11:16 +07:00
parent a90c75bcca
commit 271b817671
Signed by: alexey
GPG Key ID: 686FBC1363E4AFAE

View File

@ -2,7 +2,7 @@ name: release
on: on:
schedule: schedule:
- cron: 0 0 1 * * - cron: 0 0 1 1 *
push: push:
branches: branches:
- main - main
@ -56,7 +56,6 @@ jobs:
IMAGE_REVISION=${{ steps.meta.outputs.IMAGE_REVISION }} IMAGE_REVISION=${{ steps.meta.outputs.IMAGE_REVISION }}
tags: | tags: |
git.mousesoft.ru/ms/gitea-runner-images:ubuntu-24.04 git.mousesoft.ru/ms/gitea-runner-images:ubuntu-24.04
git.mousesoft.ru/ms/gitea-runner-images:ubuntu-24.04-${{ steps.meta.outputs.IMAGE_VERSION }}
git.mousesoft.ru/ms/gitea-runner-images:ubuntu-latest git.mousesoft.ru/ms/gitea-runner-images:ubuntu-latest
- name: build and push python 24.04 - name: build and push python 24.04
@ -77,7 +76,6 @@ jobs:
IMAGE_REVISION=${{ steps.meta.outputs.IMAGE_REVISION }} IMAGE_REVISION=${{ steps.meta.outputs.IMAGE_REVISION }}
tags: | tags: |
git.mousesoft.ru/ms/gitea-runner-images:python-ubuntu-24.04 git.mousesoft.ru/ms/gitea-runner-images:python-ubuntu-24.04
git.mousesoft.ru/ms/gitea-runner-images:python-ubuntu-24.04-${{ steps.meta.outputs.IMAGE_VERSION }}
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 24.04 - name: build and push doc 24.04
@ -98,7 +96,6 @@ jobs:
IMAGE_REVISION=${{ steps.meta.outputs.IMAGE_REVISION }} IMAGE_REVISION=${{ steps.meta.outputs.IMAGE_REVISION }}
tags: | tags: |
git.mousesoft.ru/ms/gitea-runner-images:doc-ubuntu-24.04 git.mousesoft.ru/ms/gitea-runner-images:doc-ubuntu-24.04
git.mousesoft.ru/ms/gitea-runner-images:doc-ubuntu-24.04-${{ steps.meta.outputs.IMAGE_VERSION }}
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 22.04 - name: build and push base 22.04
@ -119,7 +116,6 @@ jobs:
IMAGE_REVISION=${{ steps.meta.outputs.IMAGE_REVISION }} IMAGE_REVISION=${{ steps.meta.outputs.IMAGE_REVISION }}
tags: | tags: |
git.mousesoft.ru/ms/gitea-runner-images:ubuntu-22.04 git.mousesoft.ru/ms/gitea-runner-images:ubuntu-22.04
git.mousesoft.ru/ms/gitea-runner-images:ubuntu-22.04-${{ steps.meta.outputs.IMAGE_VERSION }}
- 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.15.0 uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6.15.0
@ -139,7 +135,6 @@ jobs:
IMAGE_REVISION=${{ steps.meta.outputs.IMAGE_REVISION }} IMAGE_REVISION=${{ steps.meta.outputs.IMAGE_REVISION }}
tags: | tags: |
git.mousesoft.ru/ms/gitea-runner-images:python-ubuntu-22.04 git.mousesoft.ru/ms/gitea-runner-images:python-ubuntu-22.04
git.mousesoft.ru/ms/gitea-runner-images:python-ubuntu-22.04-${{ steps.meta.outputs.IMAGE_VERSION }}
- 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.15.0 uses: https://git.mousesoft.ru/ms/gitea-action-docker-build-push@v6.15.0
@ -159,4 +154,3 @@ jobs:
IMAGE_REVISION=${{ steps.meta.outputs.IMAGE_REVISION }} IMAGE_REVISION=${{ steps.meta.outputs.IMAGE_REVISION }}
tags: | tags: |
git.mousesoft.ru/ms/gitea-runner-images:doc-ubuntu-22.04 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 }}