Skip to content

Commit 02b97f6

Browse files
committed
Add caveat for login requirement
1 parent 4151607 commit 02b97f6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ The name of the service the command should be run within. If the docker-compose
3232

3333
A list of services to push. You can specify just the service name to push or the format `service:registry:tag` to override where the service's image is pushed to. Needless to say, the image for the service must have been built in the very same step or built and pushed previously to ensure it is available for pushing.
3434

35+
:warning: The `push` command will be skipped if a `login` command has not previously been used, or the agent has not been authenticated for a image registry.
36+
3537
### Other options
3638

3739
None of the following are mandatory.

0 commit comments

Comments
 (0)