Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HwangHarim authored Dec 13, 2023
1 parent 402dce2 commit 5cc8d76
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 @@ -37,7 +37,7 @@ jobs:
- name: Build Docker Image For Spring
run: |
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
docker build --platform linux/amd64 -t ${{ secrets.DOCKER_USERNAME }}/se-community-image .
docker build -t ${{ secrets.DOCKER_USERNAME }}/se-community-image .
docker push ${{ secrets.DOCKER_USERNAME }}/se-community-image
- name: Deploy
Expand Down

0 comments on commit 5cc8d76

Please sign in to comment.