fix docker registry url

This commit is contained in:
2025-10-18 17:48:15 +02:00
parent 04aff9f84f
commit e9e205dd53
+1 -1
View File
@@ -50,6 +50,6 @@ jobs:
push: true
platforms: linux/amd64
tags: |
${{ vars.GITEA_REGISTRY_URL }}/${{ env.REPO_OWNER_LC }}/apache-php:latest
${{ vars.DOCKER_REGISTRY_URL }}/${{ env.REPO_OWNER_LC }}/apache-php:latest
${{ secrets.DOCKERHUB_USERNAME }}/apache-php:latest
${{ secrets.DOCKERHUB_USERNAME }}/apache-php:${{ env.VERSION_TAG }}