Skip to content

Commit

Permalink
285 - docker login test
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-gary committed Aug 22, 2024
1 parent 6431aaf commit da21104
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ jobs:
run: |
echo "Updating helm unittest plugin to latest version..."
helm plugin install https://github.com/helm-unittest/helm-unittest.git
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit da21104

Please sign in to comment.