Browse Source

Merge pull request #1114 from external-secrets/dependabot/github_actions/docker/login-action-2

build(deps): bump docker/login-action from 1 to 2
paul-the-alien[bot] 4 years ago
parent
commit
4e44f9c740
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-
           restore-keys: ${{ runner.os }}-pkg-
 
 
       - name: Login to Docker
       - name: Login to Docker
-        uses: docker/login-action@v1
+        uses: docker/login-action@v2
         if: env.GHCR_USERNAME != ''
         if: env.GHCR_USERNAME != ''
         with:
         with:
           registry: ghcr.io
           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
         aws --region $AWS_REGION eks update-kubeconfig --name $AWS_CLUSTER_NAME
 
 
     - name: Login to Docker
     - name: Login to Docker
-      uses: docker/login-action@v1
+      uses: docker/login-action@v2
       if: env.GHCR_USERNAME != ''
       if: env.GHCR_USERNAME != ''
       with:
       with:
         registry: ghcr.io
         registry: ghcr.io

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

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