Use direct git clone with Docker gateway
Build and Deploy / build-and-deploy (push) Failing after 13m2s
Build and Deploy / build-and-deploy (push) Failing after 13m2s
This commit is contained in:
@@ -11,7 +11,9 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
run: |
|
||||
git clone http://172.17.0.1:3000/kurihada/impulse-jail.git .
|
||||
git checkout ${{ github.sha }}
|
||||
|
||||
- name: Build Docker image
|
||||
run: docker build -t impulse-jail:latest .
|
||||
|
||||
Reference in New Issue
Block a user