Skip to content

Commit

Permalink
Update maven-docker.yml
Browse files Browse the repository at this point in the history
bugfix - Login to GHCR
  • Loading branch information
keke125 committed May 28, 2023
1 parent c152a88 commit fb834ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/maven-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to GHCR
uses: docker/login-action@v2
with:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit fb834ee

Please sign in to comment.