Browse Source

build(deps): bump docker/login-action from 1 to 2

Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 4 years ago
parent
commit
49d821575e
3 changed files with 3 additions and 3 deletions
  1. 1 1
      .github/workflows/ci.yml
  2. 1 1
      .github/workflows/e2e-managed.yml
  3. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -234,7 +234,7 @@ jobs:
           restore-keys: ${{ runner.os }}-pkg-
 
       - name: Login to Docker
-        uses: docker/login-action@v1
+        uses: docker/login-action@v2
         if: env.GHCR_USERNAME != ''
         with:
           registry: ghcr.io

+ 1 - 1
.github/workflows/e2e-managed.yml

@@ -180,7 +180,7 @@ jobs:
         aws --region $AWS_REGION eks update-kubeconfig --name $AWS_CLUSTER_NAME
 
     - name: Login to Docker
-      uses: docker/login-action@v1
+      uses: docker/login-action@v2
       if: env.GHCR_USERNAME != ''
       with:
         registry: ghcr.io

+ 1 - 1
.github/workflows/release.yml

@@ -106,7 +106,7 @@ jobs:
           restore-keys: ${{ runner.os }}-pkg-
 
       - name: Login to Docker
-        uses: docker/login-action@v1
+        uses: docker/login-action@v2
         if: env.GHCR_USERNAME != ''
         with:
           registry: ghcr.io