Skip to content

Commit

Permalink
Update pub-docker-hub.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhorridge committed May 10, 2024
1 parent 1482798 commit a51943a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pub-docker-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: DOCKER_USERNAME
password: DOCKER_TOKEN
- uses: actions/checkout@v3
- name: Set up Maven Central Repository
uses: actions/setup-java@v3
Expand All @@ -21,7 +21,7 @@ jobs:
distribution: 'adopt'
server-id: docker.io
server-username: DOCKER_USERNAME
server-password: DOCKER_PASSWORD
server-password: DOCKER_TOKEN
- name: Publish package
run: mvn --batch-mode -Prelease package dockerfile:push
env:
Expand Down

0 comments on commit a51943a

Please sign in to comment.