chore: improve update tag stage
Build & Push Docker Image (Backend) / build (push) Failing after 1m43s

This commit is contained in:
Flook
2026-04-26 20:31:25 +07:00
parent 2596e8b6fa
commit b60b0390f3
+1 -2
View File
@@ -28,7 +28,6 @@ jobs:
context: . context: .
push: true push: true
tags: | tags: |
satitprompunjai/lms-backend:latest
satitprompunjai/lms-backend:${{ gitea.sha }} satitprompunjai/lms-backend:${{ gitea.sha }}
- name: Update image tag in lms-k8s - name: Update image tag in lms-k8s
@@ -42,5 +41,5 @@ jobs:
git config user.name "lms-backend-ci" git config user.name "lms-backend-ci"
git config user.email "ci@panmodel.com" 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 git push