Skip to content

Commit

Permalink
ci/cd: run-docker-image-on-server-1에서 필요한 job 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Curry4182 committed Mar 20, 2024
1 parent 1f58e94 commit 829d6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: docker push ${{ secrets.DOCKERHUB_USERNAME }}/lime-image

run-docker-image-on-server-1:
needs: build-docker-image
needs: [ build-docker-image, set-variable ]
runs-on: [ self-hosted, lime-was-server-1 ]

steps:
Expand Down

0 comments on commit 829d6b2

Please sign in to comment.