From 19d0cc5c3196d60ad0713645a35db93094e911e4 Mon Sep 17 00:00:00 2001 From: Eugene Morozov Date: Sun, 15 Sep 2024 10:00:45 +0300 Subject: [PATCH] Fixed building #3 --- .gitea/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 73132f42..e90c99fd 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -8,9 +8,9 @@ on: - cron: '@monthly' jobs: - build-and-deploy-image: + build-and-push-image: runs-on: linux_amd - name: Unit with Python ${{ matrix.python-version }} + name: Build and Push container: image: catthehacker/ubuntu:act-latest