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 59dc9be commit cf30989
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@ jobs:
- name: Build with Gradle 8.5
run: gradle build

# Docker Image build
- name : docker image build
run: docker build --platform linux/amd64 -t cy423/mzconnect-repo .

# DockerHub 로그인
- name: docker login
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}

# Docker Image build
- name : docker image build
run: docker build --platform linux/amd64 -t cy423/mzconnect-repo .

# DockerHub 이미지 push
- name: dockerhub push
run: docker push ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPO }}
Expand Down

0 comments on commit cf30989

Please sign in to comment.