zuul-jobs/roles/upload-docker-image/tasks
James E. Blair 885f02e217 Handle multiple docker images with the same repository
So that users can specify two docker image builds for the same
repository, but with different tags, ensure that the temporary
change_ tag attached to the image also includes the final tag
name.

This allows this configuration to work:

docker_images:
  - repository: foo/image
    context: opensuse
    tags:
      - opensuse-latest
  - repository: foo/image
    context: ubuntu
    tags:
      - ubuntu-latest

Change-Id: I917dcf8a74fc864ea06dc70bdb3e212dc170eb48
2019-02-27 11:08:44 -08:00
..
main.yaml Handle multiple docker images with the same repository 2019-02-27 11:08:44 -08:00
push.yaml Handle multiple docker images with the same repository 2019-02-27 11:08:44 -08:00