Skip to content

Commit 323096d

Browse files
author
Farhan Khan
committed
fix(ci): update docker credentials
1 parent b6db59c commit 323096d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
101101
docker build --tag "${DOCKER_IMAGE_IMMUGW}:dev" -f Dockerfile .
102102
103-
docker login -u "${{ secrets.REGISTRY_USER }}" -p "${{ secrets.REGISTRY_PASS }}"
103+
docker login -u "${{ secrets.DOCKER_HUB_REGISTRY_USER }}" -p "${{ secrets.DOCKER_HUB_REGISTRY_PASS }}"
104104
105105
docker push "${DOCKER_IMAGE_IMMUGW}:dev"
106106

0 commit comments

Comments
 (0)