From 1efc6a458feb4bb2406312c70241665f7cf3ccce Mon Sep 17 00:00:00 2001 From: Seo Chanhyeok Date: Wed, 13 Mar 2024 14:06:24 +0900 Subject: [PATCH] fix: pull test --- .github/workflows/ssh-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ssh-test.yml b/.github/workflows/ssh-test.yml index c1962fc5..ce419ea3 100644 --- a/.github/workflows/ssh-test.yml +++ b/.github/workflows/ssh-test.yml @@ -8,7 +8,7 @@ env: AWS_REGION: ap-northeast-2 ECR_REGISTRY: 654654448479.dkr.ecr.ap-northeast-2.amazonaws.com ECR_REPOSITORY: repick-repo - IMAGE_TAG: ${{ github.sha }} + IMAGE_TAG: 49119eb9a24649b0efd4bac3113fdb6655539606 permissions: contents: read