Skip to content

Commit 9b4406c

Browse files
committed
update
1 parent f60c54e commit 9b4406c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/deploymentCD.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,6 @@ jobs:
4141
project_id: ${{ env.PROJECT_ID }}
4242
install_components: 'gke-gcloud-auth-plugin'
4343

44-
- name: Login to Docker Hub
45-
uses: docker/login-action@v1
46-
with:
47-
username: datuits
48-
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
49-
50-
- name: Build and Push the docker image
51-
run: |
52-
docker build -t datuits/devops-user-service:latest .
53-
docker push datuits/devops-user-service:latest
54-
5544
- name: Set cluster context
5645
run: |
5746
gcloud container clusters get-credentials ${{ env.CLUSTER_NAME }} --zone ${{ env.ZONE }} --project ${{ env.PROJECT_ID }}

0 commit comments

Comments
 (0)