From e1db053bb289ad55e26be7e1b2b44952d255bdc2 Mon Sep 17 00:00:00 2001 From: hubertdeng123 Date: Thu, 16 Jan 2025 15:14:03 -0800 Subject: [PATCH 1/2] fix path for get compose action --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 846bca0a87..7b58f93acc 100644 --- a/action.yaml +++ b/action.yaml @@ -39,7 +39,7 @@ runs: fi - name: Get Compose - uses: ./get-compose-action + uses: ${{ github.action_path }}/get-compose-action - name: Compute Docker Volume Cache Keys id: cache_key From 8baf221e1458c0b0b6b2bca176d784d7f28c6f9f Mon Sep 17 00:00:00 2001 From: hubertdeng123 Date: Thu, 16 Jan 2025 15:22:07 -0800 Subject: [PATCH 2/2] try this --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 7b58f93acc..524e8b618c 100644 --- a/action.yaml +++ b/action.yaml @@ -39,7 +39,7 @@ runs: fi - name: Get Compose - uses: ${{ github.action_path }}/get-compose-action + uses: getsentry/self-hosted/get-compose-action@master - name: Compute Docker Volume Cache Keys id: cache_key