From f07652b9b5912fe4ce3da6e056b19903c61fd18a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 13:24:32 +0000 Subject: [PATCH] Bump docker/login-action from 2 to 3 Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/client_gateway.yml | 4 ++-- .github/workflows/gateway_commons.yml | 4 ++-- .github/workflows/media_proxy.yml | 4 ++-- .github/workflows/public_gateway.yml | 4 ++-- .github/workflows/s3_mpeg.yml | 4 ++-- .github/workflows/services.yml | 4 ++-- .github/workflows/switch.yml | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/client_gateway.yml b/.github/workflows/client_gateway.yml index c826ae61d..09895e224 100644 --- a/.github/workflows/client_gateway.yml +++ b/.github/workflows/client_gateway.yml @@ -86,14 +86,14 @@ jobs: aws-region: ap-southeast-1 - name: Login to AWS Public ECR - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.ECR_PUBLIC_REGISTRY }} env: AWS_REGION: us-east-1 - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }} diff --git a/.github/workflows/gateway_commons.yml b/.github/workflows/gateway_commons.yml index fd9ab013b..736d1c275 100644 --- a/.github/workflows/gateway_commons.yml +++ b/.github/workflows/gateway_commons.yml @@ -71,14 +71,14 @@ jobs: aws-region: ap-southeast-1 - name: Login to AWS Public ECR - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.ECR_PUBLIC_REGISTRY }} env: AWS_REGION: us-east-1 - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }} diff --git a/.github/workflows/media_proxy.yml b/.github/workflows/media_proxy.yml index 3212d25a5..f51f94de9 100644 --- a/.github/workflows/media_proxy.yml +++ b/.github/workflows/media_proxy.yml @@ -73,14 +73,14 @@ jobs: aws-region: ap-southeast-1 - name: Login to AWS Public ECR - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: public.ecr.aws env: AWS_REGION: us-east-1 - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }} diff --git a/.github/workflows/public_gateway.yml b/.github/workflows/public_gateway.yml index 6a929953f..97881bf52 100644 --- a/.github/workflows/public_gateway.yml +++ b/.github/workflows/public_gateway.yml @@ -89,14 +89,14 @@ jobs: aws-region: ap-southeast-1 - name: Login to AWS Public ECR - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.ECR_PUBLIC_REGISTRY }} env: AWS_REGION: us-east-1 - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }} diff --git a/.github/workflows/s3_mpeg.yml b/.github/workflows/s3_mpeg.yml index 76984b702..9c3712133 100644 --- a/.github/workflows/s3_mpeg.yml +++ b/.github/workflows/s3_mpeg.yml @@ -94,12 +94,12 @@ jobs: aws-region: ap-southeast-1 - name: Login to AWS ECR - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.ECR_REGISTRY }} - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }} diff --git a/.github/workflows/services.yml b/.github/workflows/services.yml index 6109129b4..e069b6c47 100644 --- a/.github/workflows/services.yml +++ b/.github/workflows/services.yml @@ -110,12 +110,12 @@ jobs: aws-region: ap-southeast-1 - name: Login to AWS ECR - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.ECR_REGISTRY }} - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }} diff --git a/.github/workflows/switch.yml b/.github/workflows/switch.yml index 79092ce37..cc3efc412 100644 --- a/.github/workflows/switch.yml +++ b/.github/workflows/switch.yml @@ -101,14 +101,14 @@ jobs: aws-region: ap-southeast-1 - name: Login to AWS Public ECR - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.ECR_PUBLIC_REGISTRY }} env: AWS_REGION: us-east-1 - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }}