fix docker registry url
This commit is contained in:
@@ -50,6 +50,6 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
tags: |
|
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:latest
|
||||||
${{ secrets.DOCKERHUB_USERNAME }}/apache-php:${{ env.VERSION_TAG }}
|
${{ secrets.DOCKERHUB_USERNAME }}/apache-php:${{ env.VERSION_TAG }}
|
||||||
|
|||||||
Reference in New Issue
Block a user