Skip to content

Commit 1d1683c

Browse files
committed
build: add docker login
1 parent a4bb601 commit 1d1683c

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
@@ -96,6 +96,12 @@ jobs:
9696
location: ${{ env.GKE_ZONE }}
9797
credentials: ${{ secrets.GKE_SA_KEY }}
9898

99+
- name: Log in to Docker Hub
100+
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
101+
with:
102+
username: ${{ env.DOCKER_HUB_USERNAME }}
103+
password: ${{ env.DOCKER_HUB_PASSWORD }}
104+
99105
# Build the Docker image
100106
- name: Build docker image
101107
run: |-

0 commit comments

Comments
 (0)