Skip to content

Commit

Permalink
Update auth for new docker tagging action
Browse files Browse the repository at this point in the history
  • Loading branch information
weberjm committed Mar 4, 2021
1 parent 2f63e57 commit 1dfabc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tagReleases.yml
Expand Up @@ -74,5 +74,5 @@ jobs:
repository: ${{ format('{0}/{1}','openintegrationhub',matrix.service) }}
existing-tag: ${{ steps.service-version.outputs.prop }}
new-tag: ${{steps.semver.outputs.fullversion}}
auth: ${{steps.docker-auth.outputs.token}}
auth: Bearer ${{ steps.docker-auth.outputs.token}}

0 comments on commit 1dfabc8

Please sign in to comment.