From 7124856a787c5429fdd4f90bf080d15c5196140a Mon Sep 17 00:00:00 2001 From: Adrien Perrin Date: Tue, 21 May 2024 11:08:54 +0200 Subject: [PATCH] remove useless line in github actions --- .github/workflows/tests_build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests_build.yml b/.github/workflows/tests_build.yml index 58821173..75361925 100644 --- a/.github/workflows/tests_build.yml +++ b/.github/workflows/tests_build.yml @@ -82,7 +82,6 @@ jobs: context: . build-args: | BASE_IMAGE=${{ env.BASE_IMAGE_NAME }}:${{ env.BASE_IMAGE_TAG }}-python${{ matrix.python_version }} - NANSAT_RELEASE=${{ github.ref_type == 'tag' && github.ref_name || '0.0.0' }} push: ${{ github.ref_type == 'tag' }} tags: | ${{ env.IMAGE_NAME }}:${{ github.ref_name }}-python${{ matrix.python_version }}