Default location of pushed images?

Say you have the simple example configuration from the docs:

steps:
  - label: ":docker: Build"
    plugins:
      - docker-compose#v5.2.0:
          build: app
          push: app

Where does this image get pushed to?

Hey @jasonx!

Thanks for your question and welcome to the community!

That’s a good question. Without logging in/defining a registry to use, the push command will be skipped. There are a few different registries to choose from and we have plugins for logging in to them too if required. The most frequently used ones are listed below, but you could also use our plugin directory to see what’s available.

Cheers!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.