From 71521fdbb5ffcaef11ccbe924cf52eabed48d9a9 Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Wed, 4 Jun 2025 03:07:02 +0300 Subject: [PATCH] fix --- .gitea/workflows/deploy-prod.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy-prod.yaml b/.gitea/workflows/deploy-prod.yaml index e487206..a97395d 100644 --- a/.gitea/workflows/deploy-prod.yaml +++ b/.gitea/workflows/deploy-prod.yaml @@ -18,14 +18,14 @@ jobs: with: ref: prod - name: build - run: docker build -t mathwave/sprint-repo:pizda-bot . + run: docker build -t mathwave/sprint-repo:certupdater . push: name: Push runs-on: [ dev ] needs: build steps: - name: push - run: docker push mathwave/sprint-repo:pizda-bot + run: docker push mathwave/sprint-repo:certupdater deploy-prod: name: Deploy prod runs-on: [prod]