Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-19999

Superfluous 'docker tag' in the k8s CI script

XMLWordPrintable

      echo "Tagging image and pushing to registry..."
      export root_image_name="localhost:5000/${application}"
      export image="${root_image_name}:latest"
      docker tag ${qs_dir} ${image}
      docker push ${image}
      

      is followed by

      echo "Creating docker file locally and pushing to registry at localhost:5000"
      docker build -t "${image}" target
      

      which doesn't have any effect

              kkhan1@redhat.com Kabir Khan
              kkhan1@redhat.com Kabir Khan
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: