From 2ff72f5637d13bf8edf45b87791b6343a2d6a989 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 01:18:21 +0000 Subject: [PATCH] chore(deps): update dependency docker/buildx to v0.20.1 (#2964) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/container-build.yml | 2 +- .github/workflows/container-ci.yml | 10 +++++----- .github/workflows/container-test.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/container-build.yml b/.github/workflows/container-build.yml index 39ccbe4c8..a7f108bb5 100644 --- a/.github/workflows/container-build.yml +++ b/.github/workflows/container-build.yml @@ -35,7 +35,7 @@ jobs: uses: docker/setup-buildx-action@v3.8.0 with: # renovate: datasource=github-releases depName=docker/buildx - version: v0.20.0 + version: v0.20.1 - name: Adjust bleeding edge image if: inputs.variant == 'bleeding' run: .github/bin/bleeding ${{ inputs.weblate_sha }} ${{ inputs.weblate_date }} diff --git a/.github/workflows/container-ci.yml b/.github/workflows/container-ci.yml index 81f515ebf..4fc61fd0b 100644 --- a/.github/workflows/container-ci.yml +++ b/.github/workflows/container-ci.yml @@ -135,7 +135,7 @@ jobs: uses: docker/setup-buildx-action@v3.8.0 with: # renovate: datasource=github-releases depName=docker/buildx - version: v0.20.0 + version: v0.20.1 - name: Adjust bleeding edge image if: inputs.variant == 'bleeding' run: .github/bin/bleeding ${{needs.revisions.outputs.weblate_sha}} ${{needs.revisions.outputs.weblate_date}} @@ -174,7 +174,7 @@ jobs: uses: docker/setup-buildx-action@v3.8.0 with: # renovate: datasource=github-releases depName=docker/buildx - version: v0.20.0 + version: v0.20.1 - name: Adjust bleeding edge image if: inputs.variant == 'bleeding' run: .github/bin/bleeding ${{needs.revisions.outputs.weblate_sha}} ${{needs.revisions.outputs.weblate_date}} @@ -224,7 +224,7 @@ jobs: uses: docker/setup-buildx-action@v3.8.0 with: # renovate: datasource=github-releases depName=docker/buildx - version: v0.20.0 + version: v0.20.1 - name: Adjust bleeding edge image if: inputs.variant == 'bleeding' run: .github/bin/bleeding ${{needs.revisions.outputs.weblate_sha}} ${{needs.revisions.outputs.weblate_date}} @@ -272,7 +272,7 @@ jobs: uses: docker/setup-buildx-action@v3.8.0 with: # renovate: datasource=github-releases depName=docker/buildx - version: v0.20.0 + version: v0.20.1 - name: DockerHub login run: echo "${{ secrets.DOCKERHUB_ACCESS_TOKEN }}" | docker login --username "${{ secrets.DOCKERHUB_USERNAME }}" --password-stdin - name: Adjust bleeding edge image @@ -311,7 +311,7 @@ jobs: uses: docker/setup-buildx-action@v3.8.0 with: # renovate: datasource=github-releases depName=docker/buildx - version: v0.20.0 + version: v0.20.1 - name: Login to GitHub Container Registry if: ${{ github.event_name != 'pull_request'}} uses: docker/login-action@v3 diff --git a/.github/workflows/container-test.yml b/.github/workflows/container-test.yml index 307b2e44b..fa7fdc757 100644 --- a/.github/workflows/container-test.yml +++ b/.github/workflows/container-test.yml @@ -41,7 +41,7 @@ jobs: uses: docker/setup-buildx-action@v3.8.0 with: # renovate: datasource=github-releases depName=docker/buildx - version: v0.20.0 + version: v0.20.1 - name: Adjust bleeding edge image if: inputs.variant == 'bleeding' run: .github/bin/bleeding ${{inputs.weblate_sha}} ${{inputs.weblate_date}}