diff --git a/.github/workflows/ci_pipeline.yml b/.github/workflows/ci_pipeline.yml index 6661e531d..7f79a05bf 100644 --- a/.github/workflows/ci_pipeline.yml +++ b/.github/workflows/ci_pipeline.yml @@ -87,6 +87,10 @@ jobs: runs-on: ubuntu-latest needs: publish steps: + - name: Set tag version + run : | + echo "new_tag=$(cat version.txt)" >> "$GITHUB_ENV" + - name: Login to Docker Hub uses: docker/login-action@v3 with: