adding brackets and dollar sign around from arg

This commit is contained in:
GavinMeierSonos 2024-03-07 09:45:10 -06:00
parent 8ecd48b42f
commit 758e43406e

View file

@ -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" \