Prova pipeline 14
All checks were successful
Compila e pubblica sul registro integrato / Build-Docker-Image (push) Successful in 42s

This commit is contained in:
La Programmatrice Verde
2025-12-30 01:08:28 +01:00
parent b3eb3c6701
commit 6732a03354

View File

@@ -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"
docker push "${{ vars.REGISTRY_URL }}"/"$REPO_LOWERCASE:latest"