CI: simplified workflow with pre-built CI image
Build and Deploy / build-and-deploy (push) Failing after 15m4s

This commit is contained in:
2026-06-02 10:21:42 +08:00
parent 3de5a1c86a
commit 846bf28f9a
2 changed files with 4 additions and 11 deletions
+3
View File
@@ -15,6 +15,9 @@ jobs:
git clone http://172.17.0.1:3000/kurihada/auth-backend.git .
git checkout ${{ github.sha }}
- name: Build with Maven
run: mvn clean install -Dmaven.test.skip=true
- name: Build Docker image
run: docker build -t auth-backend:latest .