Skip to content

Commit

Permalink
chore: 스크립트 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
coli-geonwoo committed Nov 28, 2024
1 parent 327fc98 commit 61661da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-cd-prod-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Docker Image Build And Push
run: docker build -e SPRING_PROFILES_ACTIVE=prod --platform linux/arm64 -t ${{ secrets.DOCKERHUB_USERNAME }}/$DOCKERHUB_REPOSITORY:${{ github.sha }}-prod_v2 -f Dockerfile . --push
run: docker build --build-arg SPRING_PROFILES_ACTIVE=prod --platform linux/arm64 -t ${{ secrets.DOCKERHUB_USERNAME }}/$DOCKERHUB_REPOSITORY:${{ github.sha }}-prod_v2 -f Dockerfile . --push

pull-and-deploy:
needs: build-and-push
Expand Down

0 comments on commit 61661da

Please sign in to comment.