Skip to content

Commit

Permalink
Merge pull request #686 from CleverCloud/fix/docker
Browse files Browse the repository at this point in the history
cd(docker): inject Docker hub credentials to actions
  • Loading branch information
miton18 authored Feb 15, 2024
2 parents c5bd9c0 + e5e546e commit e2edc66
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
@@ -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:

0 comments on commit e2edc66

Please sign in to comment.