Skip to content

Commit

Permalink
fix: 배포 자동화 시 도커 이미지 Pull 실패 해결 (#dev)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdkdhoho committed Jul 8, 2024
1 parent acf4dfe commit 904878e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Github Actions 호스트 IP 가져오기
id: ip
uses: haythem/public-ip@bdddd92c198b0955f0b494a8ebeac529754262ff
uses: candidob/get-runner-ip@2e5406f1492227920ba96df909e648be5e8b8cb2

- name: AWS 로그인
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/amazoncorretto:17-alpine-jdk
FROM arm64v8/amazoncorretto:21-alpine-jdk

COPY ./build/libs/listywave.jar listywave.jar

Expand Down

0 comments on commit 904878e

Please sign in to comment.