Skip to content

Commit

Permalink
Use password
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcialRosales committed Jun 10, 2024
1 parent 535f7fc commit 9237f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ibm-mq-make.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Push
run: |
docker push ${{ env.REGISTRY_IMAGE }}:${{ env.IMAGE_TAG }}

0 comments on commit 9237f7f

Please sign in to comment.