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 f83df68 commit d779b5e
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 @@ -50,7 +50,7 @@ jobs:

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

# DockerHub 이미지 push
- name: dockerhub push
Expand Down

0 comments on commit d779b5e

Please sign in to comment.