Skip to content

Commit

Permalink
senzing-factory/build-resources#53 switch to access token (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam authored Oct 10, 2023
1 parent a3cf73c commit 52b5b31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
uses: Senzing/github-action-docker-buildx-build@latest
with:
image-repository: senzing/data-encryption-aes256cbc-sample
password: ${{ secrets.DOCKERHUB_PASSWORD }}
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
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/data-encryption-aes256cbc-sample
image-tag: ${{ github.ref_name }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
username: ${{ secrets.DOCKERHUB_USERNAME }}

0 comments on commit 52b5b31

Please sign in to comment.