From df8932fc015bb36a0a6a5b16a11e72f55f00a223 Mon Sep 17 00:00:00 2001 From: Jose Henrique Date: Fri, 10 Jul 2026 10:36:04 -0300 Subject: [PATCH] fix: use full Gitea URL for pipeline-actions composite jobs --- .gitea/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index cc75106..d6307e3 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Build and Push Multi-Arch Image - uses: ivanch/pipeline-actions/build-and-push@main + uses: https://git.ivanch.me/ivanch/pipeline-actions/build-and-push@main with: image: ${{ env.IMAGE_NAME }} registry_password: ${{ secrets.REGISTRY_PASSWORD }} @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@v4 - name: Recreate Container - uses: ivanch/pipeline-actions/ssh-deploy@main + uses: https://git.ivanch.me/ivanch/pipeline-actions/ssh-deploy@main with: ssh_host: ${{ secrets.HOST }} ssh_username: ${{ secrets.USERNAME }}