Relative Content

Tag Archive for dockerdockerfilegithub-actions

GitHub Actions: container tag vs Dockerfile

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?