From 052ed9b930ebac0f8f51634be6249c8c7e2f3486 Mon Sep 17 00:00:00 2001 From: HugoTextNow <81644448+HugoTextNow@users.noreply.github.com> Date: Thu, 7 Dec 2023 15:39:30 -0800 Subject: [PATCH] Tweaking workflow --- .github/workflows/docker-publish.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 4470a84..42aa26b 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -30,15 +30,9 @@ jobs: - name: Pulling code uses: actions/checkout@v2 - - name: Configure AWS - uses: aws-actions/configure-aws-credentials@v2 - with: - aws-region: us-east-1 - role-to-assume: ${{ secrets.IAM_ROLE }} - - name: Login to Amazon ECR id: login-ecr - uses: aws-actions/amazon-ecr-login@v1 + uses: Enflick/composite-actions/actions/aws/login-to-ecr@v0.0.49 - name: Preparing id: prepare