From 2a7d6dfe6d6495673fbed9fe63d6ab66adb41458 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 20:42:26 +0000 Subject: [PATCH] Bump docker/build-push-action from 6.7.0 to 6.9.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.7.0 to 6.9.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.7.0...v6.9.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/on-push.yml | 2 +- .github/workflows/on-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-push.yml b/.github/workflows/on-push.yml index 9f565b8..6fcc554 100644 --- a/.github/workflows/on-push.yml +++ b/.github/workflows/on-push.yml @@ -105,7 +105,7 @@ jobs: type=ref,event=branch type=edge,branch=main - name: Build and push - uses: docker/build-push-action@v6.7.0 + uses: docker/build-push-action@v6.9.0 with: platforms: ${{ env.PLATFORMS }} push: true diff --git a/.github/workflows/on-release.yml b/.github/workflows/on-release.yml index a982649..65acc89 100644 --- a/.github/workflows/on-release.yml +++ b/.github/workflows/on-release.yml @@ -81,7 +81,7 @@ jobs: type=ref,event=branch type=ref,event=tag - name: Build and push - uses: docker/build-push-action@v6.7.0 + uses: docker/build-push-action@v6.9.0 with: platforms: ${{ env.PLATFORMS }} push: true