From 26d8b386f98cfa020d55e085540d2916d513e97c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 18:57:15 +0000 Subject: [PATCH] Bump docker/build-push-action from 4.0.0 to 6.7.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.0.0 to 6.7.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4.0.0...v6.7.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index 3062861..6a4883c 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -42,7 +42,7 @@ jobs: username: flowfuse password: ${{ secrets.DOCKER_HUB_PASSWORD }} - name: Build and push FlowFuse Device Agent container - uses: docker/build-push-action@v4.0.0 + uses: docker/build-push-action@v6.7.0 with: context: docker file: docker/Dockerfile @@ -94,7 +94,7 @@ jobs: username: flowforge password: ${{ secrets.DOCKER_HUB_PASSWORD_FLOWFORGE }} - name: Build and push FlowFuse Device Agent container - uses: docker/build-push-action@v4.0.0 + uses: docker/build-push-action@v6.7.0 with: context: docker file: docker/Dockerfile_flowforge