We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beed7fd commit 3a56ab8Copy full SHA for 3a56ab8
1 file changed
.github/workflows/dev-build.yml
@@ -61,6 +61,12 @@ jobs:
61
location: ${{ env.GKE_ZONE }}
62
credentials: ${{ secrets.GKE_SA_KEY }}
63
64
+ - name: Log in to Docker Hub
65
+ uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
66
+ with:
67
+ username: ${{ env.DOCKER_HUB_USERNAME }}
68
+ password: ${{ env.DOCKER_HUB_PASSWORD }}
69
+
70
- name: Build and push Docker image
71
uses: docker/build-push-action@v4
72
with:
0 commit comments