fix: use full Gitea URL for pipeline-actions composite jobs
All checks were successful
Homepage Build and Deploy / Build Homepage Image (push) Successful in 29s
Homepage Build and Deploy / Deploy Homepage (push) Successful in 3s

This commit is contained in:
2026-07-10 10:36:04 -03:00
parent 1a4e494ce1
commit df8932fc01

View File

@@ -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 }}