From f80ea706289762bcee051775f3927d69c1132f44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 22:09:35 +0000 Subject: [PATCH] Bump docker/build-push-action from 6.1.0 to 6.6.1 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.1.0 to 6.6.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.1.0...v6.6.1) --- 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/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 f8eb7d6..5de9f70 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -32,7 +32,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@v6.1.0 + uses: docker/build-push-action@v6.6.1 with: context: ./${{ matrix.versions }} file: ./${{ matrix.versions }}/Dockerfile diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index e2c73ba..a1f5838 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -22,7 +22,7 @@ jobs: run: wget -qO- 'https://github.com/tianon/pgp-happy-eyeballs/raw/master/hack-my-builds.sh' | bash - name: Build and push - uses: docker/build-push-action@v6.1.0 + uses: docker/build-push-action@v6.6.1 with: context: ./${{ matrix.versions }} file: ./${{ matrix.versions }}/Dockerfile