diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 2f58648..b88ffb8 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -55,21 +55,21 @@ jobs: maintainer=Thomas Boerger - name: Setup QEMU - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v4 - name: Setup Buildx id: buildx uses: docker/setup-buildx-action@v3 - name: Hub login - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: github.event_name != 'pull_request' with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Quay login - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: github.event_name != 'pull_request' with: registry: quay.io @@ -77,7 +77,7 @@ jobs: password: ${{ secrets.QUAY_PASSWORD }} - name: Ghcr login - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: github.event_name != 'pull_request' with: registry: ghcr.io diff --git a/.github/workflows/v3.10.yml b/.github/workflows/v3.10.yml index 515de17..e956a28 100644 --- a/.github/workflows/v3.10.yml +++ b/.github/workflows/v3.10.yml @@ -58,21 +58,21 @@ jobs: maintainer=Thomas Boerger - name: Setup QEMU - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v4 - name: Setup Buildx id: buildx uses: docker/setup-buildx-action@v3 - name: Hub login - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: github.event_name != 'pull_request' with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Quay login - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: github.event_name != 'pull_request' with: registry: quay.io @@ -80,7 +80,7 @@ jobs: password: ${{ secrets.QUAY_PASSWORD }} - name: Ghcr login - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: github.event_name != 'pull_request' with: registry: ghcr.io diff --git a/.github/workflows/v3.11.yml b/.github/workflows/v3.11.yml index d4ed0eb..21e858c 100644 --- a/.github/workflows/v3.11.yml +++ b/.github/workflows/v3.11.yml @@ -58,21 +58,21 @@ jobs: maintainer=Thomas Boerger - name: Setup QEMU - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v4 - name: Setup Buildx id: buildx uses: docker/setup-buildx-action@v3 - name: Hub login - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: github.event_name != 'pull_request' with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Quay login - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: github.event_name != 'pull_request' with: registry: quay.io @@ -80,7 +80,7 @@ jobs: password: ${{ secrets.QUAY_PASSWORD }} - name: Ghcr login - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: github.event_name != 'pull_request' with: registry: ghcr.io diff --git a/.github/workflows/v3.12.yml b/.github/workflows/v3.12.yml index da28b85..3313935 100644 --- a/.github/workflows/v3.12.yml +++ b/.github/workflows/v3.12.yml @@ -58,21 +58,21 @@ jobs: maintainer=Thomas Boerger - name: Setup QEMU - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v4 - name: Setup Buildx id: buildx uses: docker/setup-buildx-action@v3 - name: Hub login - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: github.event_name != 'pull_request' with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Quay login - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: github.event_name != 'pull_request' with: registry: quay.io @@ -80,7 +80,7 @@ jobs: password: ${{ secrets.QUAY_PASSWORD }} - name: Ghcr login - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: github.event_name != 'pull_request' with: registry: ghcr.io diff --git a/.github/workflows/v3.9.yml b/.github/workflows/v3.9.yml index 907ceae..49c9e2b 100644 --- a/.github/workflows/v3.9.yml +++ b/.github/workflows/v3.9.yml @@ -58,21 +58,21 @@ jobs: maintainer=Thomas Boerger - name: Setup QEMU - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v4 - name: Setup Buildx id: buildx uses: docker/setup-buildx-action@v3 - name: Hub login - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: github.event_name != 'pull_request' with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Quay login - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: github.event_name != 'pull_request' with: registry: quay.io @@ -80,7 +80,7 @@ jobs: password: ${{ secrets.QUAY_PASSWORD }} - name: Ghcr login - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: github.event_name != 'pull_request' with: registry: ghcr.io