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 }}