Skip to content

Commit

Permalink
fix: 롤백 시 이미지 이름 출력하도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjoon committed Sep 19, 2024
1 parent 547554d commit c22d6f6
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 @@ -14,7 +14,7 @@ jobs:
outputs:
prev: ${{steps.find_version.outputs.name}}
steps:
- name: find_version
- id: find_version
run: |
PREVIOUS_IMAGE_NAME=$(docker ps --format "{{.Image}}")
echo "name=$PREVIOUS_IMAGE_NAME" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit c22d6f6

Please sign in to comment.