From aa577b76b0344ff042b8033f97f567be5ef38349 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 12:52:47 +0200 Subject: [PATCH] Bump docker/build-push-action from 6.5.0 to 6.7.0 (#91) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bb83056..e4df688 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v6.5.0 + uses: docker/build-push-action@v6.7.0 with: push: true platforms: linux/amd64,linux/arm64