From 084c231a6d401a6a5c7ea2361852e587eb88c682 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 08:23:08 +0000 Subject: [PATCH] ci(tools): update build tools --- .github/workflows/docker.yml | 16 ++++++++-------- .github/workflows/v4.0.yml | 16 ++++++++-------- .github/workflows/v4.2.yml | 16 ++++++++-------- .github/workflows/v4.4.yml | 16 ++++++++-------- .github/workflows/v5.0.yml | 16 ++++++++-------- .github/workflows/v6.0.yml | 16 ++++++++-------- 6 files changed, 48 insertions(+), 48 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 278b145..33b5323 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -27,7 +27,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: github-token: ${{ secrets.GITHUB_TOKEN }} images: | @@ -40,15 +40,15 @@ jobs: - name: Setup QEMU id: qemu - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 - name: Setup Buildx id: buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Hub login id: login1 - uses: docker/login-action@v2 + uses: docker/login-action@v3 if: github.event_name != 'pull_request' with: username: ${{ secrets.DOCKER_USERNAME }} @@ -56,7 +56,7 @@ jobs: - name: Quay login id: login2 - uses: docker/login-action@v2 + uses: docker/login-action@v3 if: github.event_name != 'pull_request' with: registry: quay.io @@ -65,7 +65,7 @@ jobs: - name: Ghcr login id: login3 - uses: docker/login-action@v2 + uses: docker/login-action@v3 if: github.event_name != 'pull_request' with: registry: ghcr.io @@ -74,7 +74,7 @@ jobs: - name: Build amd64 id: amd64 - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: builder: ${{ steps.buildx.outputs.name }} context: latest/ @@ -90,7 +90,7 @@ jobs: - name: Build arm64 id: arm64 - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: builder: ${{ steps.buildx.outputs.name }} context: latest/ diff --git a/.github/workflows/v4.0.yml b/.github/workflows/v4.0.yml index de3d022..585a89a 100644 --- a/.github/workflows/v4.0.yml +++ b/.github/workflows/v4.0.yml @@ -27,7 +27,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: github-token: ${{ secrets.GITHUB_TOKEN }} images: | @@ -40,15 +40,15 @@ jobs: - name: Setup QEMU id: qemu - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 - name: Setup Buildx id: buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Hub login id: login1 - uses: docker/login-action@v2 + uses: docker/login-action@v3 if: github.event_name != 'pull_request' with: username: ${{ secrets.DOCKER_USERNAME }} @@ -56,7 +56,7 @@ jobs: - name: Quay login id: login2 - uses: docker/login-action@v2 + uses: docker/login-action@v3 if: github.event_name != 'pull_request' with: registry: quay.io @@ -65,7 +65,7 @@ jobs: - name: Ghcr login id: login3 - uses: docker/login-action@v2 + uses: docker/login-action@v3 if: github.event_name != 'pull_request' with: registry: ghcr.io @@ -74,7 +74,7 @@ jobs: - name: Build amd64 id: amd64 - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: builder: ${{ steps.buildx.outputs.name }} context: v4.0/ @@ -90,7 +90,7 @@ jobs: - name: Build arm64 id: arm64 - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: builder: ${{ steps.buildx.outputs.name }} context: v4.0/ diff --git a/.github/workflows/v4.2.yml b/.github/workflows/v4.2.yml index 391bfc6..3f88078 100644 --- a/.github/workflows/v4.2.yml +++ b/.github/workflows/v4.2.yml @@ -27,7 +27,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: github-token: ${{ secrets.GITHUB_TOKEN }} images: | @@ -40,15 +40,15 @@ jobs: - name: Setup QEMU id: qemu - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 - name: Setup Buildx id: buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Hub login id: login1 - uses: docker/login-action@v2 + uses: docker/login-action@v3 if: github.event_name != 'pull_request' with: username: ${{ secrets.DOCKER_USERNAME }} @@ -56,7 +56,7 @@ jobs: - name: Quay login id: login2 - uses: docker/login-action@v2 + uses: docker/login-action@v3 if: github.event_name != 'pull_request' with: registry: quay.io @@ -65,7 +65,7 @@ jobs: - name: Ghcr login id: login3 - uses: docker/login-action@v2 + uses: docker/login-action@v3 if: github.event_name != 'pull_request' with: registry: ghcr.io @@ -74,7 +74,7 @@ jobs: - name: Build amd64 id: amd64 - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: builder: ${{ steps.buildx.outputs.name }} context: v4.2/ @@ -90,7 +90,7 @@ jobs: - name: Build arm64 id: arm64 - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: builder: ${{ steps.buildx.outputs.name }} context: v4.2/ diff --git a/.github/workflows/v4.4.yml b/.github/workflows/v4.4.yml index 14b8457..4e6be3b 100644 --- a/.github/workflows/v4.4.yml +++ b/.github/workflows/v4.4.yml @@ -27,7 +27,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: github-token: ${{ secrets.GITHUB_TOKEN }} images: | @@ -40,15 +40,15 @@ jobs: - name: Setup QEMU id: qemu - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 - name: Setup Buildx id: buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Hub login id: login1 - uses: docker/login-action@v2 + uses: docker/login-action@v3 if: github.event_name != 'pull_request' with: username: ${{ secrets.DOCKER_USERNAME }} @@ -56,7 +56,7 @@ jobs: - name: Quay login id: login2 - uses: docker/login-action@v2 + uses: docker/login-action@v3 if: github.event_name != 'pull_request' with: registry: quay.io @@ -65,7 +65,7 @@ jobs: - name: Ghcr login id: login3 - uses: docker/login-action@v2 + uses: docker/login-action@v3 if: github.event_name != 'pull_request' with: registry: ghcr.io @@ -74,7 +74,7 @@ jobs: - name: Build amd64 id: amd64 - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: builder: ${{ steps.buildx.outputs.name }} context: v4.4/ @@ -90,7 +90,7 @@ jobs: - name: Build arm64 id: arm64 - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: builder: ${{ steps.buildx.outputs.name }} context: v4.4/ diff --git a/.github/workflows/v5.0.yml b/.github/workflows/v5.0.yml index 55ea21f..c7054e3 100644 --- a/.github/workflows/v5.0.yml +++ b/.github/workflows/v5.0.yml @@ -27,7 +27,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: github-token: ${{ secrets.GITHUB_TOKEN }} images: | @@ -40,15 +40,15 @@ jobs: - name: Setup QEMU id: qemu - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 - name: Setup Buildx id: buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Hub login id: login1 - uses: docker/login-action@v2 + uses: docker/login-action@v3 if: github.event_name != 'pull_request' with: username: ${{ secrets.DOCKER_USERNAME }} @@ -56,7 +56,7 @@ jobs: - name: Quay login id: login2 - uses: docker/login-action@v2 + uses: docker/login-action@v3 if: github.event_name != 'pull_request' with: registry: quay.io @@ -65,7 +65,7 @@ jobs: - name: Ghcr login id: login3 - uses: docker/login-action@v2 + uses: docker/login-action@v3 if: github.event_name != 'pull_request' with: registry: ghcr.io @@ -74,7 +74,7 @@ jobs: - name: Build amd64 id: amd64 - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: builder: ${{ steps.buildx.outputs.name }} context: v5.0/ @@ -90,7 +90,7 @@ jobs: - name: Build arm64 id: arm64 - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: builder: ${{ steps.buildx.outputs.name }} context: v5.0/ diff --git a/.github/workflows/v6.0.yml b/.github/workflows/v6.0.yml index 2e93f7a..03e949b 100644 --- a/.github/workflows/v6.0.yml +++ b/.github/workflows/v6.0.yml @@ -27,7 +27,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: github-token: ${{ secrets.GITHUB_TOKEN }} images: | @@ -40,15 +40,15 @@ jobs: - name: Setup QEMU id: qemu - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 - name: Setup Buildx id: buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Hub login id: login1 - uses: docker/login-action@v2 + uses: docker/login-action@v3 if: github.event_name != 'pull_request' with: username: ${{ secrets.DOCKER_USERNAME }} @@ -56,7 +56,7 @@ jobs: - name: Quay login id: login2 - uses: docker/login-action@v2 + uses: docker/login-action@v3 if: github.event_name != 'pull_request' with: registry: quay.io @@ -65,7 +65,7 @@ jobs: - name: Ghcr login id: login3 - uses: docker/login-action@v2 + uses: docker/login-action@v3 if: github.event_name != 'pull_request' with: registry: ghcr.io @@ -74,7 +74,7 @@ jobs: - name: Build amd64 id: amd64 - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: builder: ${{ steps.buildx.outputs.name }} context: v6.0/ @@ -90,7 +90,7 @@ jobs: - name: Build arm64 id: arm64 - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: builder: ${{ steps.buildx.outputs.name }} context: v6.0/