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

Error retrieving insecure registries

Open Ansen04 opened this issue 4 years ago • 0 comments

hello, I got an error when build image to a private repository the outputs on github action is

error retrieving insecure registries from global config: push/pull issues may exist...

my github action is

- name: Run Skaffold build
        uses: hiberbee/github-action-skaffold@latest
        with:
          command: build
          default-repo: my.private.repository
          tag: 202103091200
        env:
          ACTIONS_ALLOW_UNSECURE_COMMANDS: True

there is no error on hiberbee/[email protected]

Ansen04 avatar Mar 10 '21 02:03 Ansen04