We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
❯ 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
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: