From 227676a70f2db9de204ecd250f706c22479d1659 Mon Sep 17 00:00:00 2001 From: Danylo Kuvshynov Date: Tue, 23 Feb 2021 12:24:45 +0200 Subject: [PATCH] Fix release workflow --- .github/workflows/release.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 16b0cb4..c323350 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,5 @@ jobs: with: context: . push: true - build-args: ${{ steps.get_version.outputs.GIT_TAG }} - tags: | - alcounit/selenosis:latest - alcounit/selenosis:${{ steps.get_version.outputs.GIT_TAG }} + build-args: BUILD_VERSION=${{ steps.get_version.outputs.GIT_TAG }} + tags: alcounit/selenosis:${{ steps.get_version.outputs.GIT_TAG }} \ No newline at end of file