Skip to content

Commit

Permalink
Chore : Update gradle.yml
Browse files Browse the repository at this point in the history
μž‘μ—…μˆœμ„œ λ³€κ²½
  • Loading branch information
Mouon authored Jan 1, 2024
1 parent 9d10bb0 commit 8af32d5
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,20 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Docker Login
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_PWD }}

- name: Set up Docker
uses: docker/build-push-action@v2
with:
context: .
file: Dockerfile
push: true
tags: chatdiary/chatdiary-image:latest
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_PWD }}

- name: Docker Login
run: docker login -u chatdiary -p ${{ secrets.DOCKER_PWD }}


- name: Build Docker Image
run: |
Expand Down

0 comments on commit 8af32d5

Please sign in to comment.