From 36c23e3de621105b02e8a345de6bcc72cfcf0598 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Apr 2025 00:33:51 +0100 Subject: [PATCH] Bump docker/build-push-action from 6.15.0 to 6.16.0 (#204) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.15.0 to 6.16.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.15.0...v6.16.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docker-republish.yml | 2 +- .github/workflows/python-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-republish.yml b/.github/workflows/docker-republish.yml index c06e815..1a4370b 100644 --- a/.github/workflows/docker-republish.yml +++ b/.github/workflows/docker-republish.yml @@ -46,7 +46,7 @@ jobs: password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} - name: Build and Push to Docker Hub - uses: docker/build-push-action@v6.15.0 + uses: docker/build-push-action@v6.16.0 with: context: . push: true diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 1280227..3945d97 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -74,7 +74,7 @@ jobs: password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} - name: Build and Push to Docker Hub - uses: docker/build-push-action@v6.15.0 + uses: docker/build-push-action@v6.16.0 with: context: . push: true