fix UI and add CI/CD 5
Some checks failed
CI / build-test (push) Failing after 6s
Deploy Staging (Docker) / deploy (push) Failing after 2s

This commit is contained in:
Do Manh Phuong 2026-05-10 22:15:43 +07:00
parent 02c33b692b
commit fa9567c9d9

View File

@ -38,4 +38,3 @@ jobs:
docker build --build-arg NODE_VERSION=22.14.0 -t $IMAGE:ci-${{ github.sha }} -t $IMAGE:ci-latest .
docker push $IMAGE:ci-${{ github.sha }}
docker push $IMAGE:ci-latest