Skip to content

Commit

Permalink
add dockerhub login to the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r3n committed Sep 29, 2023
1 parent 67320f7 commit aff4a51
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ jobs:
runs-on: ubuntu-latest
name: Gradle Build
steps:
- name: Login to Docker Hub Container Registry
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Checkout repo
uses: actions/checkout@v3
- name: Set up Zulu JDK 17
Expand Down

0 comments on commit aff4a51

Please sign in to comment.