From e5baf9b4971a3c5488cf7721c003e04e07a3fb46 Mon Sep 17 00:00:00 2001 From: Ilia Burakov Date: Mon, 23 May 2022 05:41:55 +0800 Subject: [PATCH] fix --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 49c4b03..3af0289 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: - id: build_args run: | echo '::set-output name=BUILD_DATE::$(date +'%Y-%m-%dT%H:%M:%S')' - echo '::set-output name=VERSION::$(head -1 VERSION)' + echo '::set-output name=VERSION::0.0.1' - name: Set up Docker Buildx uses: crazy-max/ghaction-docker-buildx@v1 with: