Skip to content

Commit

Permalink
including dockerhub username and token
Browse files Browse the repository at this point in the history
  • Loading branch information
Delyc committed Aug 16, 2024
1 parent b6b64dd commit ae0b879
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/mpm-fe-dockerfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:

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

- name: Build and push Docker image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit ae0b879

Please sign in to comment.