Skip to content

Commit

Permalink
Merge pull request #41 from Kernel360/develop
Browse files Browse the repository at this point in the history
Update gradle.yml
  • Loading branch information
minson96 authored Dec 14, 2023
2 parents d55d0d6 + da12529 commit 3ac51d6
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 이미지 빌드
- name: Docker Image Build
run: docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.PROJECT_NAME }} . --platform=linux/amd64
run: docker build --platform=linux/amd64 -t ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.PROJECT_NAME }} .

# DockerHub Push
- name: DockerHub Push
Expand Down

0 comments on commit 3ac51d6

Please sign in to comment.