Skip to content

Commit

Permalink
Merge pull request #20 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 4103bd0 + 64b9f44 commit 36876fb
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 @@ -31,7 +31,7 @@ jobs:
uses: docker/login-action@v1
with:
username: pdokdev
password: ${{ secrets.DOCKERHUB }}
password: ${{ secrets.DOCKERHUB_PUSH }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Cache Docker layers
Expand Down

0 comments on commit 36876fb

Please sign in to comment.