diff --git a/installer/roles/image_build/tasks/main.yml b/installer/roles/image_build/tasks/main.yml index e2c73719b4..463e12ec73 100644 --- a/installer/roles/image_build/tasks/main.yml +++ b/installer/roles/image_build/tasks/main.yml @@ -29,7 +29,6 @@ # Calling Docker directly because docker-py doesnt support BuildKit - name: Build AWX image command: docker build -t {{ awx_image }}:{{ awx_version }} .. - when: use_container_for_build|default(true)|bool - name: Tag awx images as latest command: "docker tag {{ item }}:{{ awx_version }} {{ item }}:latest"