From 118f3617755f911f361ec0cfa23b2e815d42b00a Mon Sep 17 00:00:00 2001 From: tsubramanian Date: Mon, 29 Jul 2024 13:10:11 -0400 Subject: [PATCH] Update docker-image.yml fixed the build image name --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index fc37a29..fb7feff 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: images: - - main + - scout steps: - uses: actions/checkout@v2