You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add --tag CLI flag to add the corresponding Git tag (useful to create
releases without typos or copy&paste mistakes). Fails with error when
a branch other than master is checked out, since releases should
always be created on the master branch.
- Pass --pull to "docker build" to ensure we always base our images on
the latest base image.
- Reject pushing images to Docker Registry if the corresponding Git tag
already exists (i.e. image is officially released). Avoids overwriting
released images by accident, but still allow overwriting (unreleased)
images during development/testing phase.
0 commit comments