diff --git a/.github/workflows/anaconda_amazonlinux_ci.yml b/.github/workflows/anaconda_amazonlinux_ci.yml index 349afaa3..6d67ff2e 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@f4ef78c080cd8ba55a85445d5b36e214a81df20a 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..804dc9ba 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@f4ef78c080cd8ba55a85445d5b36e214a81df20a 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..071019a8 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@f4ef78c080cd8ba55a85445d5b36e214a81df20a 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@f4ef78c080cd8ba55a85445d5b36e214a81df20a 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..40f0f5b2 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@f4ef78c080cd8ba55a85445d5b36e214a81df20a 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@f4ef78c080cd8ba55a85445d5b36e214a81df20a 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..50cd1998 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@f4ef78c080cd8ba55a85445d5b36e214a81df20a 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..4862339d 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@f4ef78c080cd8ba55a85445d5b36e214a81df20a 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..5481335d 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@f4ef78c080cd8ba55a85445d5b36e214a81df20a if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') with: username: ${{ secrets.DOCKERHUB_USERNAME }}