Skip to content

Commit 4e58cde

Browse files
committed
Fix tagging of image builder
1 parent 83cc52e commit 4e58cde

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

  • ansible/roles/image-builder/tasks

ansible/roles/image-builder/tasks/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,3 @@
99
tags: deploy
1010
become: true
1111
command: docker build --no-cache --tag="{{ image_builder_docker_namespace }}:{{ git_branch }}" /opt/runnable/image-builder
12-
13-
- name: tag the image-builder with registry.runnable.com
14-
tags: deploy
15-
become: true
16-
command: docker tag {{ image_builder_docker_namespace }}:{{ git_branch }} registry.runnable.com/{{ image_builder_docker_namespace }}:{{ git_branch }}

0 commit comments

Comments
 (0)