Skip to content

Commit

Permalink
Merge pull request #65 from Optum/fix/dockerhubsecret
Browse files Browse the repository at this point in the history
fix: update dockerhub credential
  • Loading branch information
aksmo committed Mar 4, 2024
2 parents a20a2be + f25bb28 commit ef53b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
workflow: dockerhub
repo: runiac/docker
token: ${{ secrets.RUNIAC_PAT }}
token: ${{ secrets.DOCKERHUB_TOKEN }}
ref: main
inputs: '{ "ref": "${{ github.ref }}" }'

Expand Down

0 comments on commit ef53b95

Please sign in to comment.