We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6db59c commit 323096dCopy full SHA for 323096d
.github/workflows/push.yml
@@ -100,7 +100,7 @@ jobs:
100
101
docker build --tag "${DOCKER_IMAGE_IMMUGW}:dev" -f Dockerfile .
102
103
- docker login -u "${{ secrets.REGISTRY_USER }}" -p "${{ secrets.REGISTRY_PASS }}"
+ docker login -u "${{ secrets.DOCKER_HUB_REGISTRY_USER }}" -p "${{ secrets.DOCKER_HUB_REGISTRY_PASS }}"
104
105
docker push "${DOCKER_IMAGE_IMMUGW}:dev"
106
0 commit comments