We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2bb861 commit d879136Copy full SHA for d879136
.github/workflows/backend-cicd-dev.yml
@@ -49,9 +49,7 @@ jobs:
49
50
- name: Docker Image Build
51
run: |
52
- echo "========== 현위치 : "
53
- pwd
54
- docker build --platform linux/amd64,linux/x64/v8 -t ${{ secrets.DOCKERHUB_USERNAME }}/$DOCKERHUB_REPOSITORY:${{ github.sha }} -f ./Dockerfile
+ docker build --platform linux/amd64,linux/x64/v8 -t ${{ secrets.DOCKERHUB_USERNAME }}/$DOCKERHUB_REPOSITORY:${{ github.sha }} -f Dockerfile .
55
56
- name: Docker Hub Push
57
run: docker push ${{ secrets.DOCKERHUB_USERNAME }}/$DOCKERHUB_REPOSITORY:${{ github.sha }}
0 commit comments