mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 21:50:59 -05:00
Fix container image names in InSpec tests
Signed-off-by: Brett Logan <lindluni@github.com>
This commit is contained in:
parent
9ccbc940a1
commit
4d34146719
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -75,10 +75,10 @@ SUPER_LINTER_TEST_CONTINER_URL := ''
|
|||
DOCKERFILE := ''
|
||||
IMAGE := ''
|
||||
ifeq ($(IMAGE),slim)
|
||||
SUPER_LINTER_TEST_CONTINER_URL := "ghcr.io/github/super-linter:slim-test"
|
||||
SUPER_LINTER_TEST_CONTINER_URL := "ghcr.io/github/super-linter:slim"
|
||||
IMAGE := "slim"
|
||||
else
|
||||
SUPER_LINTER_TEST_CONTINER_URL := "ghcr.io/github/super-linter:test"
|
||||
SUPER_LINTER_TEST_CONTINER_URL := "ghcr.io/github/super-linter:standard"
|
||||
IMAGE := "standard"
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue