From 6732a03354cd6533714507028610f103abc14404 Mon Sep 17 00:00:00 2001 From: La Programmatrice Verde Date: Tue, 30 Dec 2025 01:08:28 +0100 Subject: [PATCH] Prova pipeline 14 --- .gitea/workflows/crea-container.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/crea-container.yaml b/.gitea/workflows/crea-container.yaml index a147de7..8754b7d 100644 --- a/.gitea/workflows/crea-container.yaml +++ b/.gitea/workflows/crea-container.yaml @@ -22,4 +22,4 @@ jobs: - name: Publish Docker image run: | docker tag "$REPO_LOWERCASE":latest "${{ vars.REGISTRY_URL }}"/"$REPO_LOWERCASE":latest - docker push "$REPO_LOWERCASE:latest" \ No newline at end of file + docker push "${{ vars.REGISTRY_URL }}"/"$REPO_LOWERCASE:latest" \ No newline at end of file