From 126dc76c92f5b67e22412c11ecdf30f457734977 Mon Sep 17 00:00:00 2001 From: Maarten de Kruijf Date: Wed, 6 Mar 2024 12:25:38 +0100 Subject: [PATCH] Added file . to docker build command --- .github/workflows/artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 3e93577f..8dbb1d0d 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -56,4 +56,4 @@ jobs: run: | export VERSION=$(git describe --tags --dirty) echo $VERSION - docker build --build-arg VERSION -t $VERSION \ No newline at end of file + docker build --build-arg VERSION -t $VERSION . \ No newline at end of file