diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index d9756aa..c8b90af 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -60,14 +60,14 @@ jobs: 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 @@ -75,7 +75,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/v11.yml b/.github/workflows/v11.yml index f517423..d645b44 100644 --- a/.github/workflows/v11.yml +++ b/.github/workflows/v11.yml @@ -63,14 +63,14 @@ jobs: 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 @@ -78,7 +78,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/v17.yml b/.github/workflows/v17.yml index 587aaf5..56d28f8 100644 --- a/.github/workflows/v17.yml +++ b/.github/workflows/v17.yml @@ -63,14 +63,14 @@ jobs: 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 @@ -78,7 +78,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/v21.yml b/.github/workflows/v21.yml index 61bd10a..a152716 100644 --- a/.github/workflows/v21.yml +++ b/.github/workflows/v21.yml @@ -63,14 +63,14 @@ jobs: 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 @@ -78,7 +78,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.yml b/.github/workflows/v8.yml index bd6ec73..fc3b2f1 100644 --- a/.github/workflows/v8.yml +++ b/.github/workflows/v8.yml @@ -65,14 +65,14 @@ jobs: 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