Skip to content

Commit

Permalink
#41 Authenticate to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-herrmann committed Oct 14, 2024
1 parent 106b83e commit 08faf59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
permissions:
id-token: write
steps:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 08faf59

Please sign in to comment.