chore: improve update tag stage
Build & Push Docker Image (Backend) / build (push) Failing after 1m43s
Build & Push Docker Image (Backend) / build (push) Failing after 1m43s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user