File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2525 DOCKER_HUB_PASSWORD : ${{ secrets.DOCKER_HUB_PASSWORD }}
2626 REPOSITORY_NAME : nmrium-react-wrapper
2727 REPOSITORY_NAMESPACE : nfdi4chem
28- REPOSITORY_NAME_PROD : nmrxiv-prod
29- IMAGE : nmrium
3028
3129jobs :
3230 setup-build-publish-deploy-prod :
@@ -44,10 +42,12 @@ jobs:
4442 service_account_key : ${{ secrets.GKE_SA_KEY }}
4543 project_id : ${{ secrets.GKE_PROJECT }}
4644
47- # Configure docker to use the gcloud command-line tool as a credential helper
48- - name : Configure docker
49- run : |-
50- gcloud auth configure-docker europe-west3-docker.pkg.dev
45+ # Login to Docker Hub
46+ - name : Log in to Docker Hub
47+ uses : docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
48+ with :
49+ username : ${{ env.DOCKER_HUB_USERNAME }}
50+ password : ${{ env.DOCKER_HUB_PASSWORD }}
5151
5252 # Get the GKE credentials so we can deploy to the cluster
5353 - name : Get GKE credentials
You can’t perform that action at this time.
0 commit comments