From 271b817671ae4739e2f41521ecf44e56c81cb097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9=20=D0=91=D0=B0?= =?UTF-8?q?=D0=B4=D1=8F=D0=B5=D0=B2?= Date: Tue, 8 Apr 2025 00:11:16 +0700 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D1=8B=20?= =?UTF-8?q?=D0=BB=D0=B8=D1=88=D0=BD=D0=B8=D0=B5=20=D1=82=D0=B5=D0=B3=D0=B8?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/release.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index f97d6f0..4f5a427 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -2,7 +2,7 @@ name: release on: schedule: - - cron: 0 0 1 * * + - cron: 0 0 1 1 * push: branches: - main @@ -56,7 +56,6 @@ jobs: 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-24.04-${{ steps.meta.outputs.IMAGE_VERSION }} git.mousesoft.ru/ms/gitea-runner-images:ubuntu-latest - name: build and push python 24.04 @@ -77,7 +76,6 @@ jobs: 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-24.04-${{ steps.meta.outputs.IMAGE_VERSION }} git.mousesoft.ru/ms/gitea-runner-images:python-ubuntu-latest - name: build and push doc 24.04 @@ -98,7 +96,6 @@ jobs: 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-24.04-${{ steps.meta.outputs.IMAGE_VERSION }} git.mousesoft.ru/ms/gitea-runner-images:doc-ubuntu-latest - name: build and push base 22.04 @@ -119,7 +116,6 @@ jobs: IMAGE_REVISION=${{ steps.meta.outputs.IMAGE_REVISION }} tags: | 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 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 }} tags: | 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 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 }} 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 }}