Skip to content

Commit f3c293f

Browse files
committed
dec-18 lint and prepare multi arch for docker file
1 parent 8724a77 commit f3c293f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/docker-pipeline.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ jobs:
4242
- name: Setup docker buildx
4343
uses: docker/setup-buildx-action@v2
4444

45+
- name: Log in to DockerHub
46+
uses: docker/login-action@v2
47+
with:
48+
username: ${{ secrets.DOCKERHUBUSERNAME }}
49+
password: ${{ secrets.DOCKERHUBPASSWORD }}
50+
51+
52+
4553

4654

4755

0 commit comments

Comments
 (0)