fix base url
Some checks failed
Some checks failed
This commit is contained in:
parent
00486e359c
commit
43b5ba3e14
@ -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 }}
|
||||
|
||||
@ -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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user