workflow changed
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 45s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 45s
This commit is contained in:
parent
c930a56d4c
commit
f6479ca788
@ -30,8 +30,13 @@ jobs:
|
|||||||
# git fetch --depth 1 origin main
|
# git fetch --depth 1 origin main
|
||||||
# git checkout main
|
# git checkout main
|
||||||
steps:
|
steps:
|
||||||
|
- name: Configure Git SSL
|
||||||
|
run: |
|
||||||
|
git config --global http.sslVerify false
|
||||||
|
git config --global --add safe.directory /workspace/*
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
- uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
lfs: true
|
lfs: true
|
||||||
token: ${{ secrets.PAT }}
|
token: ${{ secrets.PAT }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user