Skip to content

Commit 6aed901

Browse files
committed
fix docker registry server
1 parent 970758b commit 6aed901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
2727
DOCKER_USERNAME: 'alexeiled'
28-
DOCKER_REGISTRY: 'index.docker.io'
28+
DOCKER_REGISTRY: 'docker.io'
2929
DOCKER_ORG: 'doitintl'

0 commit comments

Comments
 (0)