From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 12:25:33 +0000 (+0100) Subject: Bump docker/build-push-action from 3 to 4 (#515) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=796def3aaa107f572a3056445778d90749d0454e;p=music-assistant-server.git Bump docker/build-push-action from 3 to 4 (#515) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 241688fc..09d931ad 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -66,7 +66,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: builder: ${{ steps.buildx.outputs.name }} context: .