Skip to content

Commit

Permalink
💚[CI/CD] Update gradle.yml #3
Browse files Browse the repository at this point in the history
  • Loading branch information
seheonnn authored Jan 13, 2024
1 parent cfc079f commit 7c13166
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 @@ -32,7 +32,7 @@ jobs:

# Docker 이미지 Build (2)
- name: docker image build
run: docker build -t ${{ secrets.DOCKER_USERNAME }}/sponus-docker --pull --no-cache . #image명 기입
run: docker build -t ${{ secrets.DOCKER_USERNAME }}/spring-docker --pull --no-cache --platform linux/amd64 .


# DockerHub Login (3)
Expand Down

0 comments on commit 7c13166

Please sign in to comment.