Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skaffold test is failing with v1.19.0 #17

Open
ns0521 opened this issue Jul 13, 2022 · 0 comments
Open

Skaffold test is failing with v1.19.0 #17

ns0521 opened this issue Jul 13, 2022 · 0 comments

Comments

@ns0521
Copy link

ns0521 commented Jul 13, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant