Docker - in CI/CD
Given this CI pipeline snippet:
What will happen after running these commands?
docker build -t myapp:latest . docker push myapp:latest
What will happen after running these commands?
