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

This commit is contained in:
DataHearth 2023-04-14 22:54:18 +02:00
parent 8c21803074
commit cc8eb03246
No known key found for this signature in database
GPG Key ID: E88FD356ACC5F3C4
1 changed files with 6 additions and 2 deletions

View File

@ -53,8 +53,12 @@ jobs:
apk add jq
echo "version=$(curl -sfL https://api.github.com/repos/AmruthPillai/Reactive-Resume/releases/latest | jq .tag_name)" >> $GITHUB_ENV
- name: check
run: ls -al
- name: Checkout
# todo: uncomment when checkout support other git servers
# 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 .
- name: Build and push latest
uses: docker/build-push-action@v4