Skip to content

Commit

Permalink
docker login with token
Browse files Browse the repository at this point in the history
  • Loading branch information
chicori3 committed Jul 25, 2024
1 parent 4427830 commit 5773db5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/prod_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
- name: Build with Gradle
run: ./gradlew build

- name: Docker login
run: echo "${{ secrets.DOCKER_TOKEN }}" | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin

- name: Docker push
run: |
cd module-web
Expand Down

0 comments on commit 5773db5

Please sign in to comment.