Closed
Description
actions-docker-extract/README.md
Lines 39 to 58 in e8af259
I try to run this example, but i got a warning in docker/build-push-action:
Warning: Unexpected input(s) 'repository', valid inputs are ['add-hosts', 'allow', 'annotations', 'attests', 'build-args', 'build-contexts', 'builder', 'cache-from', 'cache-to', 'cgroup-parent', 'context', 'file', 'labels', 'load', 'network', 'no-cache', 'no-cache-filters', 'outputs', 'platforms', 'provenance', 'pull', 'push', 'sbom', 'secrets', 'secret-envs', 'secret-files', 'shm-size', 'ssh', 'tags', 'target', 'ulimit', 'github-token']
and error in shrink/actions-docker-extract:
Unable to find image 'my-example-image:latest' locally
Error response from daemon: pull access denied for frontend, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
must specify at least one container source
Error: The process '/bin/bash' failed with exit code 1
I think it should be:
uses: docker/build-push-action@v5
with:
tags: my-example-image:latest
Metadata
Metadata
Assignees
Labels
No labels