mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-15 18:46:31 +00:00
adding brackets and dollar sign around from arg
This commit is contained in:
parent
8ecd48b42f
commit
758e43406e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
ARG INPUT_BASEIMAGE=sonarsource/sonar-scanner-cli:5.0.1
|
||||
FROM INPUT_BASEIMAGE
|
||||
FROM ${INPUT_BASEIMAGE}
|
||||
|
||||
LABEL version="2.0.1" \
|
||||
repository="https://github.com/sonarsource/sonarqube-scan-action" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue