From 9d4db0e67217044b496a9af7dcdc537e2c7161aa Mon Sep 17 00:00:00 2001 From: USER Date: Sat, 18 Oct 2025 12:24:11 +0100 Subject: [PATCH] . --- .gitea/workflows/{build_container_reuseable.yml => called.yml} | 2 +- .gitea/workflows/caller.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .gitea/workflows/{build_container_reuseable.yml => called.yml} (97%) diff --git a/.gitea/workflows/build_container_reuseable.yml b/.gitea/workflows/called.yml similarity index 97% rename from .gitea/workflows/build_container_reuseable.yml rename to .gitea/workflows/called.yml index 863c11d..fc8db6d 100644 --- a/.gitea/workflows/build_container_reuseable.yml +++ b/.gitea/workflows/called.yml @@ -38,7 +38,7 @@ jobs: - name: "Build: login to registry" uses: docker/login-action@v3 with: - registry: ${{ inputs.registry }} + registry: https://${{ inputs.registry }} username: ${{ inputs.registry_username }} password: ${{ inputs.registry_password }} diff --git a/.gitea/workflows/caller.yml b/.gitea/workflows/caller.yml index dcdb339..eb26ed2 100644 --- a/.gitea/workflows/caller.yml +++ b/.gitea/workflows/caller.yml @@ -6,7 +6,7 @@ jobs: build_push: uses: ./.github/workflows/build_push_container.yml with: - registry: https://${{ secrets.MY_REGISTRY }} + registry: ${{ secrets.MY_REGISTRY }} registry_username: ${{ secrets.MY_REGISTRY_USERNAME }} registry_password: ${{ secrets.MY_REGISTRY_PASSWORD }} titles: 'Your Image Title' # Specify any required titles or metadata if needed