Skip to content

Commit d879136

Browse files
chore: docker build push job 추가
Co-authored-by: coli-geonwoo <[email protected]>
1 parent e2bb861 commit d879136

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/backend-cicd-dev.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ jobs:
4949

5050
- name: Docker Image Build
5151
run: |
52-
echo "========== 현위치 : "
53-
pwd
54-
docker build --platform linux/amd64,linux/x64/v8 -t ${{ secrets.DOCKERHUB_USERNAME }}/$DOCKERHUB_REPOSITORY:${{ github.sha }} -f ./Dockerfile
52+
docker build --platform linux/amd64,linux/x64/v8 -t ${{ secrets.DOCKERHUB_USERNAME }}/$DOCKERHUB_REPOSITORY:${{ github.sha }} -f Dockerfile .
5553
5654
- name: Docker Hub Push
5755
run: docker push ${{ secrets.DOCKERHUB_USERNAME }}/$DOCKERHUB_REPOSITORY:${{ github.sha }}

0 commit comments

Comments
 (0)