Skip to content

Commit

Permalink
fix(ci): update docker credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhan Khan committed Oct 17, 2022
1 parent b6db59c commit 323096d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
docker build --tag "${DOCKER_IMAGE_IMMUGW}:dev" -f Dockerfile .
docker login -u "${{ secrets.REGISTRY_USER }}" -p "${{ secrets.REGISTRY_PASS }}"
docker login -u "${{ secrets.DOCKER_HUB_REGISTRY_USER }}" -p "${{ secrets.DOCKER_HUB_REGISTRY_PASS }}"
docker push "${DOCKER_IMAGE_IMMUGW}:dev"
Expand Down

0 comments on commit 323096d

Please sign in to comment.