diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 64abc88..328bf7c 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/v8.1.yml b/.github/workflows/v8.1.yml index 1de7625..3c0a213 100644 --- a/.github/workflows/v8.1.yml +++ b/.github/workflows/v8.1.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/v8.2.yml b/.github/workflows/v8.2.yml index 567e4ca..087aef9 100644 --- a/.github/workflows/v8.2.yml +++ b/.github/workflows/v8.2.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/v8.3.yml b/.github/workflows/v8.3.yml index be2341b..02407d3 100644 --- a/.github/workflows/v8.3.yml +++ b/.github/workflows/v8.3.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/v8.4.yml b/.github/workflows/v8.4.yml index 57200b6..6d58f74 100644 --- a/.github/workflows/v8.4.yml +++ b/.github/workflows/v8.4.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