From e26eab87e55d869f7e9017e5c79b6039835acc69 Mon Sep 17 00:00:00 2001 From: lucasdpt Date: Tue, 7 Apr 2026 22:31:34 +0200 Subject: [PATCH] feat: update build and push --- .gitea/workflows/arm64-amd64.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/arm64-amd64.yaml b/.gitea/workflows/arm64-amd64.yaml index fe0bc43..e536131 100644 --- a/.gitea/workflows/arm64-amd64.yaml +++ b/.gitea/workflows/arm64-amd64.yaml @@ -132,7 +132,7 @@ jobs: - name: Docker build id: build - uses: ./build-and-push + uses: https://gitea.ldpt.fr/actions/docker/build-and-push@main with: oci-registry: ${{ inputs.oci-registry }} oci-registry-username: ${{ secrets.OCI_REGISTRY_USERNAME }}