Skip to content

Commit

Permalink
now logs into dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
ademarcqrtsl authored Feb 19, 2024
1 parent 7471932 commit b4f9d6e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
java-version: '21'
distribution: 'zulu'
cache: 'maven'
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: stCarolas/[email protected]
with:
maven-version: 3.9.6
Expand Down

0 comments on commit b4f9d6e

Please sign in to comment.