From 3280d86f112fac26267e4c0ed36fb024e80f6083 Mon Sep 17 00:00:00 2001 From: Adebisi Olayinka Date: Sat, 16 Dec 2023 16:48:04 +0100 Subject: [PATCH] udpate cicd --- .github/workflows/ci_cd.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 25effcf..f91e16e 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -13,6 +13,9 @@ jobs: - name: Login to Docker Hub uses: docker/login-action@v3 with: + ecr: auto + logout: true + debug: true username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_ACCESS_TOKEN }} - name: Extract metadata (labels, tags, etc.) for Docker