Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chaeyoungeee authored Jul 23, 2024
1 parent 637398d commit 695979a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

# Docker Image build
- name : docker image build
run: docker build --platform linux/amd64 -t ${{ secrets.DOCKERHUB_USERNAME }}/mzconnect-repo .
run: docker build --platform linux/amd64 -t ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPO }} .

# DockerHub 로그인
- name: docker login
Expand Down

0 comments on commit 695979a

Please sign in to comment.