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