github-action-skaffold
github-action-skaffold copied to clipboard
Skaffold test is failing with v1.19.0
Hi Team,
Context:
We are usinghiberbee/github-action-skaffold action for building the artifacts. Below mentioned are the steps in our workflow
Steps:
- Build artifact :
- name: Skaffold Build
uses: hiberbee/[email protected]
with:
command: build --file-output=tags.json
repository: REPO
tag: GITHUB_SHA
- 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.