Skip to content

Commit

Permalink
Add docker login
Browse files Browse the repository at this point in the history
  • Loading branch information
VovaStelmashchuk committed Mar 31, 2024
1 parent d60d055 commit 47a63ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/backend_prod_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
steps:
- name: Checkout project sources
uses: actions/checkout@v3
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Run build with Gradle Wrapper
Expand Down

0 comments on commit 47a63ec

Please sign in to comment.