We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf30205 commit 8a16a16Copy full SHA for 8a16a16
1 file changed
Dockerfile
@@ -9,7 +9,7 @@ ARG GIT_TAG=""
9
ARG GIT_BRANCH=""
10
ARG VERSION=""
11
12
-RUN RUN if [ -z "$VERSION" ]; then \
+RUN if [ -z "$VERSION" ]; then \
13
if [ -n "$GIT_TAG" ]; then VERSION="$GIT_TAG"; \
14
else VERSION="${GIT_BRANCH}-${GIT_COMMIT}"; \
15
fi; \
0 commit comments