Skip to content

Commit 2ee2780

Browse files
chore(deps): update docker/build-push-action action to v6.15.0 (#356)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 903848c commit 2ee2780

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/pull_request.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
steps:
2323
- uses: actions/[email protected]
2424
- name: Build
25-
uses: docker/build-push-action@v6.14.0
25+
uses: docker/build-push-action@v6.15.0
2626
with:
2727
build-args: |
2828
PG_MAJOR=${{ matrix.pg }}
2929
PGRST_MAJOR=${{ matrix.pgrst }}
3030
- name: Build Test
31-
uses: docker/build-push-action@v6.14.0
31+
uses: docker/build-push-action@v6.15.0
3232
with:
3333
build-args: |
3434
PG_MAJOR=${{ matrix.pg }}

.github/workflows/push.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
username: ${{ secrets.DOCKER_USER }}
3131
password: ${{ secrets.DOCKER_TOKEN }}
3232
- name: Build
33-
uses: docker/build-push-action@v6.14.0
33+
uses: docker/build-push-action@v6.15.0
3434
with:
3535
build-args: |
3636
PG_MAJOR=${{ matrix.pg }}
3737
PGRST_MAJOR=${{ matrix.pgrst }}
3838
- name: Build Test
39-
uses: docker/build-push-action@v6.14.0
39+
uses: docker/build-push-action@v6.15.0
4040
with:
4141
build-args: |
4242
PG_MAJOR=${{ matrix.pg }}
@@ -45,7 +45,7 @@ jobs:
4545
- name: Test
4646
run: DOCKER_BUILDKIT=1 docker compose run --rm bats test
4747
- name: Push
48-
uses: docker/build-push-action@v6.14.0
48+
uses: docker/build-push-action@v6.15.0
4949
with:
5050
build-args: |
5151
PG_MAJOR=${{ matrix.pg }}

0 commit comments

Comments
 (0)