Skip to content

Commit

Permalink
docker login
Browse files Browse the repository at this point in the history
  • Loading branch information
daimor committed Jan 9, 2024
1 parent b55b922 commit 1cc1135
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ jobs:
files: build/libs/${{ steps.version.outputs.name }}.jar
token: ${{ secrets.GITHUB_TOKEN }}

- name: Login to Docker Hub
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set up QEMU
if: github.event_name != 'pull_request'
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit 1cc1135

Please sign in to comment.