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: .
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user