From c7513bc6ab3757d8389138060a11acec2f55147a Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Fri, 6 Mar 2026 05:00:12 +0000 Subject: [PATCH] chore(deps): updated docker/build-push-action action from v6 to v7 --- .github/workflows/build-push-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-push-actions.yml b/.github/workflows/build-push-actions.yml index df7177cc..fa90644b 100644 --- a/.github/workflows/build-push-actions.yml +++ b/.github/workflows/build-push-actions.yml @@ -23,7 +23,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.PAKETO_BOT_GHCR_PACKAGES_READ_WRITE_TOKEN }} - name: Build and push ${{ matrix.image-dir }} image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: "{{defaultContext}}:actions/${{ matrix.image-dir }}" push: true