From c22a3e39d95aa89f2bc9d4180c91b271978584c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 10:24:29 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6 --- .github/workflows/branch.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/branch.yml b/.github/workflows/branch.yml index e19849e..208a46e 100644 --- a/.github/workflows/branch.yml +++ b/.github/workflows/branch.yml @@ -44,7 +44,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_PASSWORD }} - name: Build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v6 with: file: ./build/package/Dockerfile context: . diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aba127c..48065f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_PASSWORD }} - name: Build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v6 with: file: ./build/package/Dockerfile context: .