use custom checkout
deploy / deploy (push) Failing after 1h13m1s Details

This commit is contained in:
DataHearth 2023-04-14 23:21:29 +02:00
parent c17dd7dda7
commit 9dc0389c92
No known key found for this signature in database
GPG Key ID: E88FD356ACC5F3C4
1 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@ jobs:
if: ${{ gitea.ref_name == 'latest' }}
run: |
apk add jq curl
echo "version=$(curl -sfL https://api.github.com/repos/AmruthPillai/Reactive-Resume/releases/latest | jq .tag_name)" >> $GITHUB_OUTPUT
echo "version=$(curl -sfL https://api.github.com/repos/AmruthPillai/Reactive-Resume/releases/latest | jq .tag_name -r)" >> $GITHUB_OUTPUT
- name: Checkout
# todo: uncomment when checkout support other git servers
@ -61,8 +61,8 @@ jobs:
tags: |
datahearth/reactive-resume:${{ steps.get_lts.outputs.version }}
datahearth/reactive-resume:latest
gitea.antoine-langlois.net/reactive-resume:${{ steps.get_lts.outputs.version }}
gitea.antoine-langlois.net/reactive-resume:latest
gitea.antoine-langlois.net/dataheath/reactive-resume:${{ steps.get_lts.outputs.version }}
gitea.antoine-langlois.net/dataheath/reactive-resume:latest
- name: Build and push tag
uses: docker/build-push-action@v4
@ -75,4 +75,4 @@ jobs:
push: true
tags: |
datahearth/reactive-resume:${{ gitea.ref_name }
gitea.antoine-langlois.net/reactive-resume:${{ gitea.ref_name }}
gitea.antoine-langlois.net/datahearth/reactive-resume:${{ gitea.ref_name }}