diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index 7b2216d..504ae60 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -77,7 +77,7 @@ jobs: docker run --rm docker-${{ matrix.dockerimage }}:test - name: Login to ghcr.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -94,7 +94,7 @@ jobs: if: github.ref == 'refs/heads/master' - name: Login to DockerHub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/almalinux10-ansible-latest.yml b/.github/workflows/almalinux10-ansible-latest.yml index a99cd99..643f00a 100644 --- a/.github/workflows/almalinux10-ansible-latest.yml +++ b/.github/workflows/almalinux10-ansible-latest.yml @@ -46,7 +46,7 @@ jobs: docker run --rm docker-${{ matrix.dockerimage }}:test - name: Login to ghcr.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -63,7 +63,7 @@ jobs: if: github.ref == 'refs/heads/master' - name: Login to DockerHub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/almalinux8-ansible-latest.yml b/.github/workflows/almalinux8-ansible-latest.yml index cfa03e0..8b557d9 100644 --- a/.github/workflows/almalinux8-ansible-latest.yml +++ b/.github/workflows/almalinux8-ansible-latest.yml @@ -46,7 +46,7 @@ jobs: docker run --rm docker-${{ matrix.dockerimage }}:test - name: Login to ghcr.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -63,7 +63,7 @@ jobs: if: github.ref == 'refs/heads/master' - name: Login to DockerHub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/almalinux9-ansible-latest.yml b/.github/workflows/almalinux9-ansible-latest.yml index d210485..97c2147 100644 --- a/.github/workflows/almalinux9-ansible-latest.yml +++ b/.github/workflows/almalinux9-ansible-latest.yml @@ -46,7 +46,7 @@ jobs: docker run --rm docker-${{ matrix.dockerimage }}:test - name: Login to ghcr.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -63,7 +63,7 @@ jobs: if: github.ref == 'refs/heads/master' - name: Login to DockerHub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/alpine-ansible-latest.yml b/.github/workflows/alpine-ansible-latest.yml index 02d3831..a369610 100644 --- a/.github/workflows/alpine-ansible-latest.yml +++ b/.github/workflows/alpine-ansible-latest.yml @@ -46,7 +46,7 @@ jobs: docker run --rm docker-${{ matrix.dockerimage }}:test - name: Login to ghcr.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -63,7 +63,7 @@ jobs: if: github.ref == 'refs/heads/master' - name: Login to DockerHub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/amazon2-ansible-latest.yml b/.github/workflows/amazon2-ansible-latest.yml index 91dd261..3ddf60b 100644 --- a/.github/workflows/amazon2-ansible-latest.yml +++ b/.github/workflows/amazon2-ansible-latest.yml @@ -46,7 +46,7 @@ jobs: docker run --rm docker-${{ matrix.dockerimage }}:test - name: Login to ghcr.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -63,7 +63,7 @@ jobs: if: github.ref == 'refs/heads/master' - name: Login to DockerHub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/amazon2023-ansible-latest.yml b/.github/workflows/amazon2023-ansible-latest.yml index c66803c..6c920fc 100644 --- a/.github/workflows/amazon2023-ansible-latest.yml +++ b/.github/workflows/amazon2023-ansible-latest.yml @@ -46,7 +46,7 @@ jobs: docker run --rm docker-${{ matrix.dockerimage }}:test - name: Login to ghcr.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -63,7 +63,7 @@ jobs: if: github.ref == 'refs/heads/master' - name: Login to DockerHub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/arch-ansible-latest.yml b/.github/workflows/arch-ansible-latest.yml index 1a21a07..9341649 100644 --- a/.github/workflows/arch-ansible-latest.yml +++ b/.github/workflows/arch-ansible-latest.yml @@ -46,7 +46,7 @@ jobs: docker run --rm docker-${{ matrix.dockerimage }}:test - name: Login to ghcr.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -63,7 +63,7 @@ jobs: if: github.ref == 'refs/heads/master' - name: Login to DockerHub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/centosstream8-ansible-latest.yml b/.github/workflows/centosstream8-ansible-latest.yml index 8638812..5bd0e24 100644 --- a/.github/workflows/centosstream8-ansible-latest.yml +++ b/.github/workflows/centosstream8-ansible-latest.yml @@ -46,7 +46,7 @@ jobs: docker run --rm docker-${{ matrix.dockerimage }}:test - name: Login to ghcr.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -63,7 +63,7 @@ jobs: if: github.ref == 'refs/heads/master' - name: Login to DockerHub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/centosstream9-ansible-latest.yml b/.github/workflows/centosstream9-ansible-latest.yml index 06d4f6f..2aaa79e 100644 --- a/.github/workflows/centosstream9-ansible-latest.yml +++ b/.github/workflows/centosstream9-ansible-latest.yml @@ -46,7 +46,7 @@ jobs: docker run --rm docker-${{ matrix.dockerimage }}:test - name: Login to ghcr.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -63,7 +63,7 @@ jobs: if: github.ref == 'refs/heads/master' - name: Login to DockerHub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/debian11-ansible-latest.yml b/.github/workflows/debian11-ansible-latest.yml index c52fb73..8900c58 100644 --- a/.github/workflows/debian11-ansible-latest.yml +++ b/.github/workflows/debian11-ansible-latest.yml @@ -46,7 +46,7 @@ jobs: docker run --rm docker-${{ matrix.dockerimage }}:test - name: Login to ghcr.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -63,7 +63,7 @@ jobs: if: github.ref == 'refs/heads/master' - name: Login to DockerHub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/debian12-ansible-latest.yml b/.github/workflows/debian12-ansible-latest.yml index cf0438a..c91d4a9 100644 --- a/.github/workflows/debian12-ansible-latest.yml +++ b/.github/workflows/debian12-ansible-latest.yml @@ -46,7 +46,7 @@ jobs: docker run --rm docker-${{ matrix.dockerimage }}:test - name: Login to ghcr.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -63,7 +63,7 @@ jobs: if: github.ref == 'refs/heads/master' - name: Login to DockerHub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/debian13-ansible-latest.yml b/.github/workflows/debian13-ansible-latest.yml index fe2272d..3e04a7c 100644 --- a/.github/workflows/debian13-ansible-latest.yml +++ b/.github/workflows/debian13-ansible-latest.yml @@ -46,7 +46,7 @@ jobs: docker run --rm docker-${{ matrix.dockerimage }}:test - name: Login to ghcr.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -63,7 +63,7 @@ jobs: if: github.ref == 'refs/heads/master' - name: Login to DockerHub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/fedora37-ansible-latest.yml b/.github/workflows/fedora37-ansible-latest.yml index e83e533..b6b0954 100644 --- a/.github/workflows/fedora37-ansible-latest.yml +++ b/.github/workflows/fedora37-ansible-latest.yml @@ -46,7 +46,7 @@ jobs: docker run --rm docker-${{ matrix.dockerimage }}:test - name: Login to ghcr.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -63,7 +63,7 @@ jobs: if: github.ref == 'refs/heads/master' - name: Login to DockerHub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/fedora38-ansible-latest.yml b/.github/workflows/fedora38-ansible-latest.yml index 59a25eb..4660b8e 100644 --- a/.github/workflows/fedora38-ansible-latest.yml +++ b/.github/workflows/fedora38-ansible-latest.yml @@ -46,7 +46,7 @@ jobs: docker run --rm docker-${{ matrix.dockerimage }}:test - name: Login to ghcr.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -63,7 +63,7 @@ jobs: if: github.ref == 'refs/heads/master' - name: Login to DockerHub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/fedora39-ansible-latest.yml b/.github/workflows/fedora39-ansible-latest.yml index 8dc914f..68fa524 100644 --- a/.github/workflows/fedora39-ansible-latest.yml +++ b/.github/workflows/fedora39-ansible-latest.yml @@ -46,7 +46,7 @@ jobs: docker run --rm docker-${{ matrix.dockerimage }}:test - name: Login to ghcr.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -63,7 +63,7 @@ jobs: if: github.ref == 'refs/heads/master' - name: Login to DockerHub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/fedora40-ansible-latest.yml b/.github/workflows/fedora40-ansible-latest.yml index 18a1334..b1a17d2 100644 --- a/.github/workflows/fedora40-ansible-latest.yml +++ b/.github/workflows/fedora40-ansible-latest.yml @@ -46,7 +46,7 @@ jobs: docker run --rm docker-${{ matrix.dockerimage }}:test - name: Login to ghcr.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -63,7 +63,7 @@ jobs: if: github.ref == 'refs/heads/master' - name: Login to DockerHub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/opensuse_tumbleweed-ansible-latest.yml b/.github/workflows/opensuse_tumbleweed-ansible-latest.yml index 6a36e52..5455004 100644 --- a/.github/workflows/opensuse_tumbleweed-ansible-latest.yml +++ b/.github/workflows/opensuse_tumbleweed-ansible-latest.yml @@ -46,7 +46,7 @@ jobs: docker run --rm docker-${{ matrix.dockerimage }}:test - name: Login to ghcr.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -63,7 +63,7 @@ jobs: if: github.ref == 'refs/heads/master' - name: Login to DockerHub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/openwrt-ansible-latest.yml b/.github/workflows/openwrt-ansible-latest.yml index 6556698..aabb752 100644 --- a/.github/workflows/openwrt-ansible-latest.yml +++ b/.github/workflows/openwrt-ansible-latest.yml @@ -46,7 +46,7 @@ jobs: docker run --rm docker-${{ matrix.dockerimage }}:test - name: Login to ghcr.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -63,7 +63,7 @@ jobs: if: github.ref == 'refs/heads/master' - name: Login to DockerHub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/oracle7-ansible-latest.yml b/.github/workflows/oracle7-ansible-latest.yml index a6a963b..fc75df4 100644 --- a/.github/workflows/oracle7-ansible-latest.yml +++ b/.github/workflows/oracle7-ansible-latest.yml @@ -46,7 +46,7 @@ jobs: docker run --rm docker-${{ matrix.dockerimage }}:test - name: Login to ghcr.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -63,7 +63,7 @@ jobs: if: github.ref == 'refs/heads/master' - name: Login to DockerHub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/rocky10-ansible-latest.yml b/.github/workflows/rocky10-ansible-latest.yml index 6894308..702dde0 100644 --- a/.github/workflows/rocky10-ansible-latest.yml +++ b/.github/workflows/rocky10-ansible-latest.yml @@ -46,7 +46,7 @@ jobs: docker run --rm docker-${{ matrix.dockerimage }}:test - name: Login to ghcr.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -63,7 +63,7 @@ jobs: if: github.ref == 'refs/heads/master' - name: Login to DockerHub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/rocky8-ansible-latest.yml b/.github/workflows/rocky8-ansible-latest.yml index 9980961..714342d 100644 --- a/.github/workflows/rocky8-ansible-latest.yml +++ b/.github/workflows/rocky8-ansible-latest.yml @@ -46,7 +46,7 @@ jobs: docker run --rm docker-${{ matrix.dockerimage }}:test - name: Login to ghcr.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -63,7 +63,7 @@ jobs: if: github.ref == 'refs/heads/master' - name: Login to DockerHub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/rocky9-ansible-latest.yml b/.github/workflows/rocky9-ansible-latest.yml index 0dbe9c1..bde4d11 100644 --- a/.github/workflows/rocky9-ansible-latest.yml +++ b/.github/workflows/rocky9-ansible-latest.yml @@ -46,7 +46,7 @@ jobs: docker run --rm docker-${{ matrix.dockerimage }}:test - name: Login to ghcr.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -63,7 +63,7 @@ jobs: if: github.ref == 'refs/heads/master' - name: Login to DockerHub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/ubuntu1804-ansible-latest.yml b/.github/workflows/ubuntu1804-ansible-latest.yml index ecd1031..f2462c0 100644 --- a/.github/workflows/ubuntu1804-ansible-latest.yml +++ b/.github/workflows/ubuntu1804-ansible-latest.yml @@ -46,7 +46,7 @@ jobs: docker run --rm docker-${{ matrix.dockerimage }}:test - name: Login to ghcr.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -63,7 +63,7 @@ jobs: if: github.ref == 'refs/heads/master' - name: Login to DockerHub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/ubuntu2004-ansible-latest.yml b/.github/workflows/ubuntu2004-ansible-latest.yml index 726caf9..40cdf47 100644 --- a/.github/workflows/ubuntu2004-ansible-latest.yml +++ b/.github/workflows/ubuntu2004-ansible-latest.yml @@ -46,7 +46,7 @@ jobs: docker run --rm docker-${{ matrix.dockerimage }}:test - name: Login to ghcr.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -63,7 +63,7 @@ jobs: if: github.ref == 'refs/heads/master' - name: Login to DockerHub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/ubuntu2204-ansible-latest.yml b/.github/workflows/ubuntu2204-ansible-latest.yml index d25c360..034e68a 100644 --- a/.github/workflows/ubuntu2204-ansible-latest.yml +++ b/.github/workflows/ubuntu2204-ansible-latest.yml @@ -46,7 +46,7 @@ jobs: docker run --rm docker-${{ matrix.dockerimage }}:test - name: Login to ghcr.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -63,7 +63,7 @@ jobs: if: github.ref == 'refs/heads/master' - name: Login to DockerHub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/ubuntu2404-ansible-latest.yml b/.github/workflows/ubuntu2404-ansible-latest.yml index f5378ec..d9b9a2d 100644 --- a/.github/workflows/ubuntu2404-ansible-latest.yml +++ b/.github/workflows/ubuntu2404-ansible-latest.yml @@ -45,7 +45,7 @@ jobs: docker run --rm docker-${{ matrix.dockerimage }}:test - name: Login to ghcr.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -62,7 +62,7 @@ jobs: if: github.ref == 'refs/heads/master' - name: Login to DockerHub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}