From 8b3e5875fa74910bc4ddfa2742c550e9a1b869c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 02:45:07 +0000 Subject: [PATCH] Bump docker/build-push-action from 4.0.0 to 6.8.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.0.0 to 6.8.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4.0.0...v6.8.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-image.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index ce887eb..c8d1b53 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -46,7 +46,7 @@ jobs: echo 'EOF' >> $GITHUB_ENV - name: Build and push - uses: docker/build-push-action@v4.0.0 + uses: docker/build-push-action@v6.8.0 with: context: . file: ./${{ matrix.version }}/${{ matrix.distro }}/Dockerfile diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 4848791..2896799 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -36,7 +36,7 @@ jobs: echo 'EOF' >> $GITHUB_ENV - name: Build - uses: docker/build-push-action@v4.0.0 + uses: docker/build-push-action@v6.8.0 with: context: . file: ./${{ matrix.version }}/${{ matrix.distro }}/Dockerfile