Skip to content

Commit

Permalink
Fixed docker hub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhorridge committed May 11, 2024
1 parent 3e2292b commit 79dc60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pub-docker-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: mvn --batch-mode -Prelease package dockerfile:push
env:
DOCKER_USERNAME: ${{secrets.DOCKER_USERNAME}}
DOCKER_TOKEN: ${{secrets.DOCKER_PASSWORD}}
DOCKER_PASSWORD: ${{secrets.DOCKER_PASSWORD}}

0 comments on commit 79dc60b

Please sign in to comment.