From b60b0390f393e541ccce2242e952c867f55bf20c Mon Sep 17 00:00:00 2001 From: Flook Date: Sun, 26 Apr 2026 20:31:25 +0700 Subject: [PATCH] chore: improve update tag stage --- .gitea/workflows/ci-docker.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/ci-docker.yml b/.gitea/workflows/ci-docker.yml index 28d698b..7632ac0 100644 --- a/.gitea/workflows/ci-docker.yml +++ b/.gitea/workflows/ci-docker.yml @@ -28,7 +28,6 @@ jobs: context: . push: true tags: | - satitprompunjai/lms-backend:latest satitprompunjai/lms-backend:${{ gitea.sha }} - name: Update image tag in lms-k8s @@ -42,5 +41,5 @@ jobs: git config user.name "lms-backend-ci" git config user.email "ci@panmodel.com" - git commit -am "chore: update lms-backend image to ${{ github.sha }}" + git commit -am "chore: update lms-backend image to ${{ gitea.sha }}" git push