Skip to content

Commit

Permalink
Merge pull request #21 from PDOK/github-action-to-dockerhub
Browse files Browse the repository at this point in the history
use dockerhub in github action
  • Loading branch information
roelarents authored Dec 8, 2022
2 parents 36876fb + 379506f commit 7ff8ff8
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 @@ -30,7 +30,7 @@ jobs:
if: startsWith(env.image, 'pdok/')
uses: docker/login-action@v1
with:
username: pdokdev
username: koalapdok
password: ${{ secrets.DOCKERHUB_PUSH }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down

0 comments on commit 7ff8ff8

Please sign in to comment.