Skip to content

Commit 3a56ab8

Browse files
committed
build: docker login
1 parent beed7fd commit 3a56ab8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/dev-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ jobs:
6161
location: ${{ env.GKE_ZONE }}
6262
credentials: ${{ secrets.GKE_SA_KEY }}
6363

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+
6470
- name: Build and push Docker image
6571
uses: docker/build-push-action@v4
6672
with:

0 commit comments

Comments
 (0)