github.com/benchkram/bob@v0.0.0-20240314204020-b7a57f2f9be9/test/e2e/target-name/with_target_image/bob.yaml (about)

     1  dependencies: [ docker ]
     2  build:
     3    build:
     4      cmd: docker build -t my-image:latest .
     5      target:
     6        image: my-image:latest
     7    another:
     8      cmd: docker build -t my-image:latest .
     9      target:
    10        image: my-image:latest