From de917aa1f91286c77bc561d08ba57bb623667b57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 16:32:21 +0000 Subject: [PATCH] build(deps): Bump docker/build-push-action from 5.0.0 to 5.1.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5.0.0...v5.1.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/next.yml | 6 +++--- .github/workflows/release.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/next.yml b/.github/workflows/next.yml index c58dab7..c8485b1 100644 --- a/.github/workflows/next.yml +++ b/.github/workflows/next.yml @@ -28,7 +28,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build image - uses: docker/build-push-action@v5.0.0 + uses: docker/build-push-action@v5.1.0 with: file: staging/Dockerfile.${{ matrix.type }}.staging platforms: linux/amd64 @@ -81,7 +81,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build image - uses: docker/build-push-action@v5.0.0 + uses: docker/build-push-action@v5.1.0 with: context: . file: Dockerfile.${{ matrix.type }} @@ -113,7 +113,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build image - uses: docker/build-push-action@v5.0.0 + uses: docker/build-push-action@v5.1.0 with: file: Dockerfile.ubuntu.${{ matrix.arch }} platforms: linux/amd64 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d331d1a..f2a6c62 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build image - uses: docker/build-push-action@v5.0.0 + uses: docker/build-push-action@v5.1.0 with: file: staging/Dockerfile.${{ matrix.type }}.staging platforms: linux/amd64 @@ -83,7 +83,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build image - uses: docker/build-push-action@v5.0.0 + uses: docker/build-push-action@v5.1.0 with: context: . file: Dockerfile.${{ matrix.type }} @@ -118,7 +118,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build image - uses: docker/build-push-action@v5.0.0 + uses: docker/build-push-action@v5.1.0 with: file: Dockerfile.ubuntu.${{ matrix.arch }} platforms: linux/amd64