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