Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelProgrammer authored Sep 23, 2024
1 parent 66867b1 commit f61746f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
packages: write
steps:
- uses: action/checkout@v3
- uses: action/setup-java@v3
with:
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
package: '*.jar'
- name: Publish package
- name: Build with Maven
run: mvn --batch-mode deploy
env:
GITHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}

0 comments on commit f61746f

Please sign in to comment.