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/github-action-skaffold@1.19.0
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/github-action-skaffold@1.19.0 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.
Hi Team,
Context:
We are using
hiberbee/github-action-skaffoldaction for building the artifacts. Below mentioned are the steps in our workflowSteps:
skaffold test --build-artifacts=tags.jsonIssue:
with the latest version :
hiberbee/github-action-skaffold@1.19.0we are getting the below errorNOTE:
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.