Skip to content

Commit

Permalink
fix: pass only required secrets to docker-publish workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Szufnarowski <[email protected]>
  • Loading branch information
intelfisz committed Dec 1, 2023
1 parent c4ea5fc commit e02b4ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ jobs:
packages: write
id-token: write
uses: opiproject/actions/.github/workflows/docker-publish.yml@main
secrets: inherit
secrets:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}

0 comments on commit e02b4ae

Please sign in to comment.