From 41041c022cfc6e935e0a59c0449d9c5466de573a Mon Sep 17 00:00:00 2001 From: cornholio <0@mcornholio.ru> Date: Fri, 16 Aug 2024 10:00:54 +0200 Subject: [PATCH] test custom image --- .github/workflows/check-find-fail-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-find-fail-ci.yml b/.github/workflows/check-find-fail-ci.yml index 9dc12fd8e5a7e..98c7cc21a8e6a 100644 --- a/.github/workflows/check-find-fail-ci.yml +++ b/.github/workflows/check-find-fail-ci.yml @@ -8,8 +8,9 @@ jobs: check-fail-ci: runs-on: ubuntu-latest container: - image: "paritytech/tools:latest" + image: "mcornholio/image-trash:0.0.1-parity-tools" steps: + - run: "whoami" - name: Fetch latest code uses: actions/checkout@v4 - name: Check