Skip to content

Commit

Permalink
Added docker login
Browse files Browse the repository at this point in the history
  • Loading branch information
flounderpinto committed Dec 8, 2023
1 parent a975a42 commit 4bb8f15
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/workflow-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ jobs:
- name: env.BUILD_TYPE
run: echo ${{env.BUILD_TYPE}}

- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Docker build branch
run: make docker
if: ${{ env.BUILD_TYPE == 'branch' }}
Expand Down

0 comments on commit 4bb8f15

Please sign in to comment.