workflow changed
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 45s

This commit is contained in:
Asher 2025-02-23 17:07:58 +00:00
parent c930a56d4c
commit f6479ca788

View File

@ -30,8 +30,13 @@ jobs:
# git fetch --depth 1 origin main
# git checkout main
steps:
- name: Configure Git SSL
run: |
git config --global http.sslVerify false
git config --global --add safe.directory /workspace/*
- name: Checkout repository
- uses: actions/checkout@v4
uses: actions/checkout@v4
with:
lfs: true
token: ${{ secrets.PAT }}