Use direct git clone with Docker gateway
Build and Deploy / build-and-deploy (push) Failing after 13m52s
Build and Deploy / build-and-deploy (push) Failing after 13m52s
This commit is contained in:
@@ -11,12 +11,12 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
run: |
|
||||||
|
git clone http://172.17.0.1:3000/kurihada/auth-backend.git .
|
||||||
|
git checkout ${{ github.sha }}
|
||||||
|
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: |
|
run: mvn clean install -Dmaven.test.skip=true
|
||||||
apt-get update -qq && apt-get install -y -qq maven 2>/dev/null || true
|
|
||||||
mvn clean install -Dmaven.test.skip=true
|
|
||||||
|
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
run: docker build -t auth-backend:latest .
|
run: docker build -t auth-backend:latest .
|
||||||
|
|||||||
Reference in New Issue
Block a user