Skip to content

Commit

Permalink
fix(docker): inject Docker hub credentials to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
miton18 committed Feb 15, 2024
1 parent c5bd9c0 commit e5e546e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ env:
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}

jobs:
publish_cellar:
Expand Down

0 comments on commit e5e546e

Please sign in to comment.