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

Using path: #28

Open
ghost opened this issue Apr 23, 2021 · 1 comment
Open

Using path: #28

ghost opened this issue Apr 23, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 23, 2021

To DevOps,

I am using the following:

with:
access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
account_id: ${{ secrets.AWS_ACCOUNT_ID }}
repo: docker/repo
region: us-east-1
create_repo: true
path: ./GHConApp3

And I get:

== FINISHED LOGIN
== START DOCKERIZE
"docker build" requires exactly 1 argument.

How can I see the docker build command with arguments.
Thanks,
Marc

@lanixxfielmann
Copy link

lanixxfielmann commented Sep 8, 2021

❯ docker run -it --rm --entrypoint=/bin/sh ghcr.io/kciter/aws-ecr-action:latest
/ # grep -risn "INPUT_PATH" /entrypoint.sh
110:  docker build $INPUT_EXTRA_BUILD_ARGS -f $INPUT_DOCKERFILE $docker_tag_args $INPUT_PATH
/ #

INPUT_PATH is missing

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

No branches or pull requests

1 participant