Skip to content

Commit

Permalink
chore: build-push 버전 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
HyoJongPark committed Jun 6, 2024
1 parent 3814a8e commit f1cd854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
password: ${{ secrets.DOCKER_HUB_PASSWORD }}

- name: make and push docker images
uses: docker/build-push-actions@v2
uses: docker/build-push-action@v4
with:
context: .
push: true
Expand Down

0 comments on commit f1cd854

Please sign in to comment.