Skip to content

Commit 773c685

Browse files
using correct docker registry address
1 parent c9b7784 commit 773c685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build image
2727
run: docker build . --file Dockerfile --tag image
2828
- name: Log into registry
29-
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login docker.pkg.github.com -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
29+
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login docker.io -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
3030
- name: Push image
3131
run: |
3232
IMAGE_ID=$REPO_NAME/$IMAGE_NAME

0 commit comments

Comments
 (0)