Skip to content

Commit

Permalink
Merge pull request #208 from wokket/fix/#200-docker-deploy
Browse files Browse the repository at this point in the history
fix #200: Ensure someone other than Erik can run a build!
  • Loading branch information
wokket authored Jul 8, 2022
2 parents ba1799e + 8c3ce73 commit 70decb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b
with:
#registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
username: ${{ github.repository_owner}}
password: ${{ secrets.DOCKER_HUB_TOKEN }}

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

0 comments on commit 70decb4

Please sign in to comment.