Skip to content

Commit

Permalink
Dockerhub secrets in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yozik04 committed Mar 30, 2022
1 parent aef41cf commit 4244978
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
needs: test
with:
tag: ${{ github.event.release.tag_name }}
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
publish_pypi:
name: Publish to PyPI
uses: ./.github/workflows/publish_pypi.yml
Expand Down

0 comments on commit 4244978

Please sign in to comment.