We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83cc52e commit 4e58cdeCopy full SHA for 4e58cde
1 file changed
ansible/roles/image-builder/tasks/main.yml
@@ -9,8 +9,3 @@
9
tags: deploy
10
become: true
11
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