Skip to content

Commit

Permalink
chore: backend cd job 오류 수정
Browse files Browse the repository at this point in the history
Co-authored-by: coli-geonwoo <[email protected]>
  • Loading branch information
eun-byeol and coli-geonwoo committed Jul 19, 2024
1 parent eddc32e commit 266b2a3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/backend-cicd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ jobs:
# tags: ${{ secrets.DOCKERHUB_USERNAME }}/ody-official:${{ github.sha }}

- name: Docker Image Build And Push
run: |
docker buildx create --use
docker buildx build --platform linux/amd64,linux/x64/v8 -t ${{ secrets.DOCKERHUB_USERNAME }}/$DOCKERHUB_REPOSITORY:${{ github.sha }} -f Dockerfile . --push
run: docker build --platform linux/x64/v8 -t ${{ secrets.DOCKERHUB_USERNAME }}/$DOCKERHUB_REPOSITORY:${{ github.sha }} -f Dockerfile . --push

docker-pull-deploy:

Expand Down

0 comments on commit 266b2a3

Please sign in to comment.