Skip to content

Commit

Permalink
fix: adding context
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Sep 10, 2024
1 parent e2117d6 commit c282f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-registrar-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}

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

0 comments on commit c282f45

Please sign in to comment.