From 631d58badde65dd317162135b475535b82a3bc3b Mon Sep 17 00:00:00 2001 From: Lockwarr Date: Tue, 24 Sep 2024 10:05:34 +0300 Subject: [PATCH] fix: CI --- .github/workflows/nolus-core.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nolus-core.yaml b/.github/workflows/nolus-core.yaml index bc5b222f..6936e933 100644 --- a/.github/workflows/nolus-core.yaml +++ b/.github/workflows/nolus-core.yaml @@ -172,7 +172,7 @@ jobs: needs: [test-unit-coverage, builder-image] container: # image name needs to be hardcoded: https://github.com/orgs/community/discussions/26324 - image: "ghcr.io/nolusprotocol/nolus-core/builder:1.22.4" + image: "ghcr.io/nolus-protocol/nolus-core/builder:1.22.4" steps: - uses: actions/checkout@v4