From 8e8a232ba7f23ec305f9b626a1c688fa2dc197c7 Mon Sep 17 00:00:00 2001 From: barryz Date: Fri, 3 May 2024 03:22:14 +0000 Subject: [PATCH] update docker task --- tasks/setup-Debian.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tasks/setup-Debian.yml b/tasks/setup-Debian.yml index 841e2ca..f249cdb 100644 --- a/tasks/setup-Debian.yml +++ b/tasks/setup-Debian.yml @@ -57,6 +57,8 @@ - name: Configure Amazon ECR Docker Credential Helper # More details see: https://github.com/awslabs/amazon-ecr-credential-helper + tags: + - ecr-setup block: - name: Update ECR Docker Credential Helper apt: @@ -75,4 +77,4 @@ src: "{{ item.from }}" dest: "{{ item.to }}" with_items: - - {from: "docker/config.json", to: "/root/.docker/config.json"} \ No newline at end of file + - {from: "docker/config.json", to: "/root/.docker/config.json"}