From 05f5ab26b1b30105b016f33dcc78a881aa44e2a4 Mon Sep 17 00:00:00 2001 From: jCabala Date: Fri, 15 Aug 2025 17:56:26 +0200 Subject: [PATCH] ci: Update image in client-commands workflow --- .github/workflows/client-commands.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/client-commands.yml b/.github/workflows/client-commands.yml index 9a428fb..dd3d532 100644 --- a/.github/workflows/client-commands.yml +++ b/.github/workflows/client-commands.yml @@ -7,6 +7,7 @@ on: branches: ["main"] paths: - "frost-client/**" + - ".github/workflows/client-commands.yml" env: CARGO_TERM_COLOR: always @@ -17,7 +18,7 @@ jobs: container: # @TODO: Once PR 76 is merged change the image to frost-ci:latest # (it will only be created after merge to main) - image: ghcr.io/raspberry-devs/mina-multi-sig/frost-ci:pr-76 + image: ghcr.io/raspberry-devs/mina-multi-sig/frost-ci:latest credentials: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }}