From 9c2b032e4d070a9902b504ca4d08b06db2f1fd0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 00:32:31 +0000 Subject: [PATCH] Bump docker/build-push-action from 7 to 7.1.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 7 to 7.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v7...v7.1.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0d907d0..85d77be 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: - name: Build and push Postgres 15 id: docker_build_15 - uses: docker/build-push-action@v7 + uses: docker/build-push-action@v7.1.0 with: build-args: | PG_VERSION=15.15 @@ -44,7 +44,7 @@ jobs: - name: Build and push Postgres 15 Timescale DB id: docker_build_15_timescaledb - uses: docker/build-push-action@v7 + uses: docker/build-push-action@v7.1.0 with: build-args: | PG_VERSION=15.15 @@ -59,7 +59,7 @@ jobs: - name: Build and push Postgres 16 id: docker_build_16 - uses: docker/build-push-action@v7 + uses: docker/build-push-action@v7.1.0 with: build-args: | PG_VERSION=16.11 @@ -74,7 +74,7 @@ jobs: - name: Build and push Postgres 16 Timescale DB id: docker_build_16_timescaledb - uses: docker/build-push-action@v7 + uses: docker/build-push-action@v7.1.0 with: build-args: | PG_VERSION=16.11 @@ -89,7 +89,7 @@ jobs: - name: Build and push Postgres 17 id: docker_build_17 - uses: docker/build-push-action@v7 + uses: docker/build-push-action@v7.1.0 with: build-args: | PG_VERSION=17.7 @@ -104,7 +104,7 @@ jobs: - name: Build and push Postgres 17 Timescale DB id: docker_build_17_timescaledb - uses: docker/build-push-action@v7 + uses: docker/build-push-action@v7.1.0 with: build-args: | PG_VERSION=17.7 @@ -119,7 +119,7 @@ jobs: - name: Build and push Postgres 18 id: docker_build_18 - uses: docker/build-push-action@v7 + uses: docker/build-push-action@v7.1.0 with: build-args: | PG_VERSION=18.1 @@ -134,7 +134,7 @@ jobs: - name: Build and push Postgres 18 Timescale DB id: docker_build_18_timescaledb - uses: docker/build-push-action@v7 + uses: docker/build-push-action@v7.1.0 with: build-args: | PG_VERSION=18.1