From 0b26e3faa0f03576c427f074872c3db6d96d25bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 17:19:33 +0100 Subject: [PATCH] build(deps): bump docker/build-push-action from 4 to 5 (#136) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4...v5) --- 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> --- .github/workflows/ci_docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_docker.yml b/.github/workflows/ci_docker.yml index 7565830..d6a93e6 100644 --- a/.github/workflows/ci_docker.yml +++ b/.github/workflows/ci_docker.yml @@ -54,7 +54,7 @@ jobs: - name: Update ownership run: | sudo chown 1000:1000 -R test-${{ matrix.board }} - - uses: docker/build-push-action@v4 + - uses: docker/build-push-action@v5 with: context: . tags: test-${{ matrix.board }}:latest