use custom checkout
deploy / deploy (push) Failing after 2m5s Details

This commit is contained in:
DataHearth 2023-04-14 22:56:55 +02:00
parent cc8eb03246
commit 05150ce533
No known key found for this signature in database
GPG Key ID: E88FD356ACC5F3C4
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ jobs:
# uses: actions/checkout@v3
run: |
apk add git
git clone --depth 1 --branch ${{ gitea.ref_name }} https://gitea.antoine-langlois.net/${{ gitea.repository_owner}}/${{ gitea.repository }}.git .
git clone --depth 1 --branch ${{ gitea.ref_name }} https://gitea.antoine-langlois.net/${{ gitea.repository }}.git .
- name: Build and push latest
uses: docker/build-push-action@v4