From 31a7bdf5815f228c826347c9aeb007741f126b0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:36:16 +0000 Subject: [PATCH] chore(deps): Bump docker/build-push-action from 6.4.0 to 6.5.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.4.0 to 6.5.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.4.0...v6.5.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index eb80b49..51db106 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -35,7 +35,7 @@ jobs: echo "USER_ID=$(id -u)" >> $GITHUB_ENV echo "GROUP_ID=$(id -g)" >> $GITHUB_ENV - name: Build container image and push it to registry - uses: docker/build-push-action@v6.4.0 + uses: docker/build-push-action@v6.5.0 id: build-and-push with: context: .