From a7e17d1c2d5d881979841a6cc7d366bc52ec6425 Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Tue, 31 Dec 2024 21:42:30 +0300 Subject: [PATCH] ci: change test image --- .forgejo/workflows/format-lint-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/format-lint-test.yaml b/.forgejo/workflows/format-lint-test.yaml index 07ea3db..86a0270 100644 --- a/.forgejo/workflows/format-lint-test.yaml +++ b/.forgejo/workflows/format-lint-test.yaml @@ -37,7 +37,7 @@ jobs: test: runs-on: docker container: - image: registry.altlinux.org/sisyphus/alt:20241211 + image: ghcr.io/aides-infra/aides-repo-api-test-image:20241231 steps: - name: Checkout Code