Skip to content

Commit 46dbd47

Browse files
committed
fix: version 표기 변경
- workflow 직렬로 변경
1 parent a88f1d3 commit 46dbd47

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cd-dev.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
aws ec2 revoke-security-group-ingress --group-id ${{ secrets.AWS_DEV_SG_ID }} --protocol tcp --port 22 --cidr ${{ steps.ip.outputs.ipv4 }}/32
6464
6565
deploy:
66+
name: deploy
67+
needs: move-files
6668
runs-on: ubuntu-latest
6769
steps:
6870
- name: Checkout with Submodule
@@ -104,7 +106,7 @@ jobs:
104106
password: ${{ secrets.DOCKER_HUB_TOKEN }}
105107

106108
- name: Dockerhub build and push
107-
uses: docker/build-push-action@6.10.0
109+
uses: docker/build-push-action@v6.10.0
108110
with:
109111
context: .
110112
file: ./infra/Dockerfile

0 commit comments

Comments
 (0)