fix base url
Some checks failed
Reload Act Runner Stack to clear cache for workflows / diff (push) Successful in 24s
Reload Act Runner Stack to clear cache for workflows / deploy-gitainer (push) Failing after 4s
Reload Act Runner Stack to clear cache for workflows / notify (push) Has been skipped

This commit is contained in:
Martin Dimitrov 2026-03-06 12:26:06 -08:00
parent 00486e359c
commit 43b5ba3e14
2 changed files with 5 additions and 5 deletions

View File

@ -38,10 +38,10 @@ jobs:
token: ${{ github.token }}
- name: Setup Docker (QEMU, Buildx)
uses: martin/chromart-gitea-actions/.gitea/actions/docker-setup@main
uses: https://gitea.chromart.cc/martin/chromart-gitea-actions/.gitea/actions/docker-setup@main
- name: Load Infisical Secrets
uses: martin/chromart-gitea-actions/.gitea/actions/infisical-secrets@main
uses: https://gitea.chromart.cc/martin/chromart-gitea-actions/.gitea/actions/infisical-secrets@main
- name: Log in to the Container registry
uses: docker/login-action@v4
@ -52,7 +52,7 @@ jobs:
password: ${{ env.GHCR_PAT }}
- name: Build and push Docker image
uses: martin/chromart-gitea-actions/.gitea/actions/docker-build-push@main
uses: https://gitea.chromart.cc/martin/chromart-gitea-actions/.gitea/actions/docker-build-push@main
with:
registry_image: ghcr.io/${{ inputs.image_name }}
file: ${{ inputs.file }}

View File

@ -36,10 +36,10 @@ jobs:
token: ${{ github.token }}
- name: Setup Docker (QEMU, Buildx)
uses: martin/chromart-gitea-actions/.gitea/actions/docker-setup@main
uses: https://gitea.chromart.cc/martin/chromart-gitea-actions/.gitea/actions/docker-setup@main
- name: Build and push Docker image
uses: martin/chromart-gitea-actions/.gitea/actions/docker-build-push@main
uses: https://gitea.chromart.cc/martin/chromart-gitea-actions/.gitea/actions/docker-build-push@main
with:
registry_image: 192.168.1.150:9120/${{ inputs.image_name }}
file: ${{ inputs.file }}