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