From 387d36f0b94622028b19af126d989331df6d6be0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 17:04:46 +0000 Subject: [PATCH] chore(deps): update dependency docker/buildx to v0.21.2 --- .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 e16f30753..c06e9b0a1 100644 --- a/.github/workflows/container-build.yml +++ b/.github/workflows/container-build.yml @@ -35,7 +35,7 @@ jobs: uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 with: # renovate: datasource=github-releases depName=docker/buildx - version: v0.21.1 + version: v0.21.2 - 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 08bfb30f0..5f4ed8014 100644 --- a/.github/workflows/container-ci.yml +++ b/.github/workflows/container-ci.yml @@ -138,7 +138,7 @@ jobs: uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 with: # renovate: datasource=github-releases depName=docker/buildx - version: v0.21.1 + version: v0.21.2 - name: Adjust bleeding edge image if: inputs.variant == 'bleeding' run: .github/bin/bleeding ${{needs.revisions.outputs.weblate_sha}} ${{needs.revisions.outputs.weblate_date}} @@ -177,7 +177,7 @@ jobs: uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 with: # renovate: datasource=github-releases depName=docker/buildx - version: v0.21.1 + version: v0.21.2 - name: Adjust bleeding edge image if: inputs.variant == 'bleeding' run: .github/bin/bleeding ${{needs.revisions.outputs.weblate_sha}} ${{needs.revisions.outputs.weblate_date}} @@ -227,7 +227,7 @@ jobs: uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 with: # renovate: datasource=github-releases depName=docker/buildx - version: v0.21.1 + version: v0.21.2 - name: Adjust bleeding edge image if: inputs.variant == 'bleeding' run: .github/bin/bleeding ${{needs.revisions.outputs.weblate_sha}} ${{needs.revisions.outputs.weblate_date}} @@ -275,7 +275,7 @@ jobs: uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 with: # renovate: datasource=github-releases depName=docker/buildx - version: v0.21.1 + version: v0.21.2 - name: DockerHub login run: echo "${{ secrets.DOCKERHUB_ACCESS_TOKEN }}" | docker login --username "${{ secrets.DOCKERHUB_USERNAME }}" --password-stdin - name: Adjust bleeding edge image @@ -314,7 +314,7 @@ jobs: uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 with: # renovate: datasource=github-releases depName=docker/buildx - version: v0.21.1 + version: v0.21.2 - name: Login to GitHub Container Registry if: ${{ github.event_name != 'pull_request'}} uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 diff --git a/.github/workflows/container-test.yml b/.github/workflows/container-test.yml index 093da8509..50cda3c34 100644 --- a/.github/workflows/container-test.yml +++ b/.github/workflows/container-test.yml @@ -41,7 +41,7 @@ jobs: uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 with: # renovate: datasource=github-releases depName=docker/buildx - version: v0.21.1 + version: v0.21.2 - name: Adjust bleeding edge image if: inputs.variant == 'bleeding' run: .github/bin/bleeding ${{inputs.weblate_sha}} ${{inputs.weblate_date}}