Skip to content

Skaffold test is failing with v1.19.0 #17

@ns0521

Description

@ns0521

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/github-action-skaffold@1.19.0
    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/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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions