Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/chore/#9' into chore/#9
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeHanEum committed Feb 6, 2025
2 parents 175c4ae + b33b6e4 commit d111830
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/DeployToDev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@ jobs:
run: ./gradlew clean build -x test

- name: docker login
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: docker image build
run: |
docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/onepiece-api:latest .
Expand Down

0 comments on commit d111830

Please sign in to comment.