mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 21:50:59 -05:00
properly insert the new ARG for the standard image
This commit is contained in:
parent
c7f01711bd
commit
078934c38e
1 changed files with 2 additions and 2 deletions
|
@ -387,8 +387,6 @@ ENTRYPOINT ["/action/lib/linter.sh"]
|
||||||
# Grab small clean image to build standard ###############################
|
# Grab small clean image to build standard ###############################
|
||||||
################################################################################
|
################################################################################
|
||||||
FROM slim as standard
|
FROM slim as standard
|
||||||
# https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope
|
|
||||||
ARG TARGETARCH
|
|
||||||
|
|
||||||
###############
|
###############
|
||||||
# Set up args #
|
# Set up args #
|
||||||
|
@ -397,6 +395,8 @@ ARG GITHUB_TOKEN
|
||||||
ARG PWSH_VERSION='latest'
|
ARG PWSH_VERSION='latest'
|
||||||
ARG PWSH_DIRECTORY='/usr/lib/microsoft/powershell'
|
ARG PWSH_DIRECTORY='/usr/lib/microsoft/powershell'
|
||||||
ARG PSSA_VERSION='1.21.0'
|
ARG PSSA_VERSION='1.21.0'
|
||||||
|
# https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope
|
||||||
|
ARG TARGETARCH
|
||||||
|
|
||||||
################
|
################
|
||||||
# Set ENV vars #
|
# Set ENV vars #
|
||||||
|
|
Loading…
Reference in a new issue