From c8ddb9e5e5fb4970c21abf730c7c2e8416074fd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jun 2021 23:02:10 +0000 Subject: [PATCH] Bump docker/login-action from 1.9.0 to 1.10.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release-kernel-images.yml | 2 +- .github/workflows/release-os-images.yml | 2 +- .github/workflows/upload-release-assets.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-kernel-images.yml b/.github/workflows/release-kernel-images.yml index 5c500412f..d94c3d979 100644 --- a/.github/workflows/release-kernel-images.yml +++ b/.github/workflows/release-kernel-images.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Login to container registry - uses: docker/login-action@v1.9.0 + uses: docker/login-action@v1.10.0 with: registry: docker.io username: weaveworksigniteci diff --git a/.github/workflows/release-os-images.yml b/.github/workflows/release-os-images.yml index 7bd901c3b..663afabf5 100644 --- a/.github/workflows/release-os-images.yml +++ b/.github/workflows/release-os-images.yml @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Login to container registry - uses: docker/login-action@v1.9.0 + uses: docker/login-action@v1.10.0 with: registry: docker.io username: weaveworksigniteci diff --git a/.github/workflows/upload-release-assets.yml b/.github/workflows/upload-release-assets.yml index 5a535f6bb..1bcfaf181 100644 --- a/.github/workflows/upload-release-assets.yml +++ b/.github/workflows/upload-release-assets.yml @@ -20,7 +20,7 @@ jobs: with: ref: ${{ env.REL_TAG }} - name: Login to container registry - uses: docker/login-action@v1.9.0 + uses: docker/login-action@v1.10.0 with: registry: docker.io username: weaveworksigniteci