diff --git a/.github/workflows/build_images.yml b/.github/workflows/build_images.yml index ab9983b..7e59e1d 100644 --- a/.github/workflows/build_images.yml +++ b/.github/workflows/build_images.yml @@ -22,8 +22,7 @@ jobs: echo "IMAGE_VERSION=$(echo $(ack -o '^version.*:\K.*$' ../charts/api/Chart.yaml | sed 's/^ //g' | sed 's/ $//g'))" >> $GITHUB_ENV - name: 'Echo test' - run: | - echo $IMAGE_VERSION + run: env - name: 'Login to GitHub Container Registry' uses: docker/login-action@v3