aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 33b9242..cc68f36 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
- name: Docker Login
uses: azure/docker-login@v1
with:
- login-server: 'docker.io'
+ login-server: 'https://index.docker.io/v1/'
username: necorodm
password: ${{ secrets.DOCKER_TOKEN }}