Skip to content

Commit

Permalink
fix: workflow needs 오타 수정 #3
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdtkdgns committed Nov 19, 2023
1 parent 979cefd commit 41ca1fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@ jobs:
push: true
tags: $DOCKER_USERNAME/$DOCKERHUB_IMAGE_NAME:${{env.IMAGE_TAG}}


deploy:
needs: build-and-push
needs: build_and_push
runs-on: ubuntu-latest
steps:
- name: Get Public IP
Expand Down

0 comments on commit 41ca1fe

Please sign in to comment.