Skip to content

Commit

Permalink
Remove profile
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhorridge committed May 10, 2024
1 parent e16e7bf commit e953cb1
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 @@ -23,7 +23,7 @@ jobs:
server-username: DOCKER_USERNAME
server-password: DOCKER_PASSWORD
- name: Publish package
run: mvn --batch-mode -Prelease package dockerfile:push
run: mvn --batch-mode package dockerfile:push
env:
DOCKER_USERNAME: ${{secrets.DOCKER_USERNAME}}
DOCKER_TOKEN: ${{secrets.DOCKER_PASSWORD}}

0 comments on commit e953cb1

Please sign in to comment.