From c12bd58e980065340a65f23f53322ee096ca749e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Dec 2021 08:22:09 +0000 Subject: [PATCH] Bump docker/login-action from 1.10.0 to 1.12.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 1.10.0 to 1.12.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/f054a8b539a109f9f41c372932f1ae047eff08c9...42d299face0c5c43a0487c477f595ac9cf22f1a7) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build.yml | 4 ++-- .github/workflows/concourse_rsync_resource.yml | 4 ++-- .github/workflows/miniconda_alpine_ci.yml | 2 +- .github/workflows/miniconda_debian_ci.yml | 2 +- .github/workflows/miniconda_nanoserver_ci.yml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 09af8947..7e677178 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 - name: Login to DockerHub - uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 + uses: docker/login-action@42d299face0c5c43a0487c477f595ac9cf22f1a7 if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/anaconda_debian_ci.yml b/.github/workflows/anaconda_debian_ci.yml index ed9418a5..a89a3e00 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 - name: Login to DockerHub - uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 + uses: docker/login-action@42d299face0c5c43a0487c477f595ac9cf22f1a7 if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/anaconda_pkg_build.yml b/.github/workflows/anaconda_pkg_build.yml index d8122d86..6daef0bf 100644 --- a/.github/workflows/anaconda_pkg_build.yml +++ b/.github/workflows/anaconda_pkg_build.yml @@ -19,14 +19,14 @@ jobs: - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 - name: Login to DockerHub - uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 + uses: docker/login-action@42d299face0c5c43a0487c477f595ac9cf22f1a7 if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 + uses: docker/login-action@42d299face0c5c43a0487c477f595ac9cf22f1a7 if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: registry: public.ecr.aws diff --git a/.github/workflows/concourse_rsync_resource.yml b/.github/workflows/concourse_rsync_resource.yml index 745149f0..411ab7ee 100644 --- a/.github/workflows/concourse_rsync_resource.yml +++ b/.github/workflows/concourse_rsync_resource.yml @@ -21,14 +21,14 @@ jobs: submodules: true - name: Login to DockerHub - uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 + uses: docker/login-action@42d299face0c5c43a0487c477f595ac9cf22f1a7 if: github.ref == 'refs/heads/master' with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 + uses: docker/login-action@42d299face0c5c43a0487c477f595ac9cf22f1a7 if: github.ref == 'refs/heads/master' with: registry: public.ecr.aws diff --git a/.github/workflows/miniconda_alpine_ci.yml b/.github/workflows/miniconda_alpine_ci.yml index 18c18f9c..1ef742fd 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 - name: Login to DockerHub - uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 + uses: docker/login-action@42d299face0c5c43a0487c477f595ac9cf22f1a7 if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/miniconda_debian_ci.yml b/.github/workflows/miniconda_debian_ci.yml index 1c1d3f6c..085effa6 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 - name: Login to DockerHub - uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 + uses: docker/login-action@42d299face0c5c43a0487c477f595ac9cf22f1a7 if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/miniconda_nanoserver_ci.yml b/.github/workflows/miniconda_nanoserver_ci.yml index 8a13566a..f530efc3 100644 --- a/.github/workflows/miniconda_nanoserver_ci.yml +++ b/.github/workflows/miniconda_nanoserver_ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 - name: Login to DockerHub - uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 + uses: docker/login-action@42d299face0c5c43a0487c477f595ac9cf22f1a7 if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }}