Skip to content

Commit

Permalink
dec-18 lint and prepare multi arch for docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
shree007 committed Dec 17, 2024
1 parent 8724a77 commit f3c293f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docker-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ jobs:
- name: Setup docker buildx
uses: docker/setup-buildx-action@v2

- name: Log in to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUBUSERNAME }}
password: ${{ secrets.DOCKERHUBPASSWORD }}






0 comments on commit f3c293f

Please sign in to comment.