Skip to content

Commit

Permalink
Merge pull request KNMI#201 from lukas-phaf/mirror-test-2
Browse files Browse the repository at this point in the history
Fix Docker Hub username.
  • Loading branch information
maartenplieger authored Feb 7, 2022
2 parents a08340b + e5c30b1 commit be8b64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
if: github.repository == 'KNMI/adaguc-server' && github.event_name != 'pull_request'
uses: docker/login-action@v1
with:
username: ${{ github.actor }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
Expand Down

0 comments on commit be8b64f

Please sign in to comment.