From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 15:30:44 +0000 (+0100) Subject: Chore(deps): Bump docker/setup-buildx-action from 3.7.1 to 3.8.0 (#1807) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=366b7a7b29737c18b541c1675c2fef35e9e99afa;p=music-assistant-server.git Chore(deps): Bump docker/setup-buildx-action from 3.7.1 to 3.8.0 (#1807) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.7.1 to 3.8.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v3.7.1...v3.8.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/build-base-image.yml b/.github/workflows/build-base-image.yml index 0e91218c..e5d56312 100644 --- a/.github/workflows/build-base-image.yml +++ b/.github/workflows/build-base-image.yml @@ -33,7 +33,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3.7.1 + uses: docker/setup-buildx-action@v3.8.0 - name: Build and Push image uses: docker/build-push-action@v6.10.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a2a7e689..7f5d3c35 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,7 +103,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3.7.1 + uses: docker/setup-buildx-action@v3.8.0 - name: Version number for tags id: tags shell: bash