Hi,
I'm trying to push an image to AWS ECR via the push commands provided by AWS but commands are throwing an error. I was able to push the images successfully one hour ago but not able to proceed ahead.
I'm getting the error below for the docker build command -
Command -
docker build -t batch
Error -
ERROR: "docker buildx build" requires exactly 1 argument.
See 'docker buildx build --help'.
Usage: docker buildx build [OPTIONS] PATH | URL | -
Start a build
I'm using VS Code to execute this command and my python scrip as well as Docker file are present in the same directory.