Skip to content

Commit

Permalink
use access token (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam authored Oct 12, 2023
1 parent 5cd7ac1 commit 34a6c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push-containers-to-dockerhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
build-options: "--push"
image-repository: senzing/test
image-tag: ${{ github.ref_name }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
username: ${{ secrets.DOCKERHUB_USERNAME }}

0 comments on commit 34a6c76

Please sign in to comment.