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

This commit is contained in:
Asher 2025-02-23 17:06:48 +00:00
parent 335cac8115
commit c930a56d4c

View File

@ -30,11 +30,6 @@ 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: