From 9ab729c4e06a551d83d18b46f0292da5090b12ea Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 21 Sep 2021 15:59:37 +0200 Subject: [PATCH] ci fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9f156d3..e7f28b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.13 AS builder -ARG VERSION ${CI_COMMIT_SHORT_SHA} +ARG VERSION=${CI_COMMIT_SHORT_SHA} COPY sink/ /tmp/sink