From 528c07ebe1e3ae7338696532f9509f1ddd383c49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jun 2021 10:27:43 +0200 Subject: [PATCH] Bump docker/login-action from 1.9.0 to 1.10.0 (#136) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/dev_builds.yml | 2 +- .github/workflows/pre_release_builds.yml | 2 +- .github/workflows/release_builds.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dev_builds.yml b/.github/workflows/dev_builds.yml index de104049..4f75ef32 100644 --- a/.github/workflows/dev_builds.yml +++ b/.github/workflows/dev_builds.yml @@ -23,7 +23,7 @@ jobs: - name: Build kubernetes-tools image run: make build-release-image BUILD_TAG=${{ steps.extract_tag.outputs.tag }} - name: Login to Docker Hub - uses: docker/login-action@v1.9.0 + uses: docker/login-action@v1.10.0 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} diff --git a/.github/workflows/pre_release_builds.yml b/.github/workflows/pre_release_builds.yml index 6029d174..41e60afd 100644 --- a/.github/workflows/pre_release_builds.yml +++ b/.github/workflows/pre_release_builds.yml @@ -20,7 +20,7 @@ jobs: - name: Build kubernetes-tools image run: make build-image BUILD_TAG=${{ steps.extract_tag.outputs.tag }} - name: Login to Docker Hub - uses: docker/login-action@v1.9.0 + uses: docker/login-action@v1.10.0 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} diff --git a/.github/workflows/release_builds.yml b/.github/workflows/release_builds.yml index 4f47e2e4..2e280f0d 100644 --- a/.github/workflows/release_builds.yml +++ b/.github/workflows/release_builds.yml @@ -18,7 +18,7 @@ jobs: - name: Build kubernetes-tools image run: make build-release-image BUILD_TAG=${{ steps.extract_tag.outputs.tag }} - name: Login to Docker Hub - uses: docker/login-action@v1.9.0 + uses: docker/login-action@v1.10.0 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }}