diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 80ce256..e0b740a 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -49,9 +49,6 @@ jobs: if: ${{ github.event_name != 'pull_request' }} run: | echo "IMG_TAG=$(git describe --tags --abbrev=0)" >> "$GITHUB_ENV" - - name: Unit Test - run: task test - continue-on-error: false - name: Registry login uses: docker/login-action@v3 with: