From 1eaf2aa64634c72938c2cc042596d6fe3991bf93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Jun 2023 05:14:33 +0000 Subject: [PATCH 1/2] chore(deps): bump mr-smithers-excellent/docker-build-push from 5 to 6 Bumps [mr-smithers-excellent/docker-build-push](https://github.com/mr-smithers-excellent/docker-build-push) from 5 to 6. - [Release notes](https://github.com/mr-smithers-excellent/docker-build-push/releases) - [Commits](https://github.com/mr-smithers-excellent/docker-build-push/compare/v5...v6) --- updated-dependencies: - dependency-name: mr-smithers-excellent/docker-build-push dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index bfc45cd14..f7f867665 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v3.3.0 - name: build and push docker image - uses: mr-smithers-excellent/docker-build-push@v5 + uses: mr-smithers-excellent/docker-build-push@v6 with: image: errbotio/errbot tags: latest From c748b5832770128052fc77b78aae3b3a7d070f06 Mon Sep 17 00:00:00 2001 From: Sijis Aviles Date: Sat, 10 Jun 2023 00:22:41 -0500 Subject: [PATCH 2/2] docs: add info to CHANGES --- CHANGES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.rst b/CHANGES.rst index b79539b46..9d7a7a3d8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -33,6 +33,7 @@ fixes: - fix: update module versions and build (#1627) - chore: update setuptools version (#1628) - refactor: detecting entry point plugins (#1630) +- chore: bump mr-smithers-excellent/docker-build-push version (#1633) v6.1.9 (2022-06-11)