From 58bf25f5fe9c2914cf5b65283071feed8f6e00c6 Mon Sep 17 00:00:00 2001 From: taco Date: Mon, 18 May 2026 03:09:07 -0600 Subject: [PATCH] Update stack reference --- .gitea/workflows/build-image.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-image.yaml b/.gitea/workflows/build-image.yaml index 9c175b1..7668b79 100644 --- a/.gitea/workflows/build-image.yaml +++ b/.gitea/workflows/build-image.yaml @@ -33,10 +33,10 @@ jobs: curl --header "Content-Type: application/json" \ --header "X-Api-Key: ${{ secrets.KOMODO_API_KEY }}" \ --header "X-Api-Secret: ${{ secrets.KOMODO_API_SECRET }}" \ - --data '{ "stack": "6a0636c08ef0bf623546d494" }' \ + --data '{ "stack": "${{ secrets.KOMODO_STACK }}" }' \ ${{ secrets.KOMODO_HOST }}/execute/PullStack curl --header "Content-Type: application/json" \ --header "X-Api-Key: ${{ secrets.KOMODO_API_KEY }}" \ --header "X-Api-Secret: ${{ secrets.KOMODO_API_SECRET }}" \ - --data '{ "stack": "6a0636c08ef0bf623546d494" }' \ + --data '{ "stack": "${{ secrets.KOMODO_STACK }}" }' \ ${{ secrets.KOMODO_HOST }}/execute/DeployStack \ No newline at end of file