Skip to content

Commit

Permalink
chore: fix image building (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Oct 4, 2020
1 parent b7dea74 commit ad77020
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
if: github.event_name != 'pull_request'
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
Expand Down

0 comments on commit ad77020

Please sign in to comment.