From d62bd5f68d8dc41c11d3b85381f61db725a6d204 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Sep 2022 11:35:23 +0000 Subject: [PATCH] Bump docker/login-action from 1.14.1 to 2.0.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 1.14.1 to 2.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/dd4fa0671be5250ee6f50aedf4cb05514abda2c7...49ed152c8eca782a232dede0303416e8f356c37b) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/anaconda_amazonlinux_ci.yml | 2 +- .github/workflows/anaconda_debian_ci.yml | 2 +- .github/workflows/anaconda_pkg_build_linux.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 349afaa3..46936749 100644 --- a/.github/workflows/anaconda_amazonlinux_ci.yml +++ b/.github/workflows/anaconda_amazonlinux_ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 - name: Login to DockerHub - uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 + uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b 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 a58e00b1..c940ca6c 100644 --- a/.github/workflows/anaconda_debian_ci.yml +++ b/.github/workflows/anaconda_debian_ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 - name: Login to DockerHub - uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 + uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/.github/workflows/anaconda_pkg_build_linux.yml b/.github/workflows/anaconda_pkg_build_linux.yml index e13c731e..98d40a16 100644 --- a/.github/workflows/anaconda_pkg_build_linux.yml +++ b/.github/workflows/anaconda_pkg_build_linux.yml @@ -19,14 +19,14 @@ jobs: - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 - name: Login to DockerHub - uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 + uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b 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@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 + uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b 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 110ae57c..d6943df9 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@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 + uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b if: github.ref == 'refs/heads/master' with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Public ECR - uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 + uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b 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 19bdb47d..e03c4b29 100644 --- a/.github/workflows/miniconda_alpine_ci.yml +++ b/.github/workflows/miniconda_alpine_ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 - name: Login to DockerHub - uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 + uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b 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 a930de54..1cb71feb 100644 --- a/.github/workflows/miniconda_debian_ci.yml +++ b/.github/workflows/miniconda_debian_ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 - name: Login to DockerHub - uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 + uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b 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 4f86fba5..de014114 100644 --- a/.github/workflows/miniconda_nanoserver_ci.yml +++ b/.github/workflows/miniconda_nanoserver_ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 - name: Login to DockerHub - uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 + uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }}