Why would I use the container
tag keyword in GitHub actions when I can write the step in a Dockerfile, then build
and run
in the action, especially since the Dockerfile means I can run the step locally?
Why would I use the container
tag keyword in GitHub actions when I can write the step in a Dockerfile, then build
and run
in the action, especially since the Dockerfile means I can run the step locally?