github-action-skaffold icon indicating copy to clipboard operation
github-action-skaffold copied to clipboard

Skaffold test is failing with v1.19.0

Open ns0521 opened this issue 3 years ago • 0 comments

Hi Team,

Context: We are usinghiberbee/github-action-skaffold action for building the artifacts. Below mentioned are the steps in our workflow

Steps:

  1. Build artifact :
  - name: Skaffold Build
    uses: hiberbee/[email protected]
    with:
      command: build --file-output=tags.json
      repository: REPO
      tag: GITHUB_SHA
  1. Test artifact
skaffold test --build-artifacts=tags.json

Issue:

with the latest version : hiberbee/[email protected] we are getting the below error

Run skaffold test --build-artifacts=tags.json
invalid argument "tags.json" for "-a, --build-artifacts" flag: setting template flag: invalid character '\'' looking for beginning of value
See 'skaffold test --help' for usage.
Error: Process completed with exit code 127.

NOTE: This issue is only happening with the latest version(v1.19.0). with the earlier version(v1.18.0), there is no issue.

Appreciate your help.

ns0521 avatar Jul 13 '22 17:07 ns0521