diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index df0e268..46a589a 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -35,4 +35,4 @@ jobs: file: ./Dockerfile push: true platforms: linux/amd64,linux/arm64 - tags: ${{ secrets.DOCKER_REGISTRY }}/${{ secrets.DOCKER_IMAGE_NAME }}:latest + tags: ${{ env.REGISTRY_DOMAIN }}/${{ github.repository }}:latest