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