Commit 2ee2780 1 parent 903848c commit 2ee2780 Copy full SHA for 2ee2780
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
22
22
steps :
23
23
24
24
- name : Build
25
- uses : docker/build-push-action@v6.14 .0
25
+ uses : docker/build-push-action@v6.15 .0
26
26
with :
27
27
build-args : |
28
28
PG_MAJOR=${{ matrix.pg }}
29
29
PGRST_MAJOR=${{ matrix.pgrst }}
30
30
- name : Build Test
31
- uses : docker/build-push-action@v6.14 .0
31
+ uses : docker/build-push-action@v6.15 .0
32
32
with :
33
33
build-args : |
34
34
PG_MAJOR=${{ matrix.pg }}
Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ jobs:
30
30
username : ${{ secrets.DOCKER_USER }}
31
31
password : ${{ secrets.DOCKER_TOKEN }}
32
32
- name : Build
33
- uses : docker/build-push-action@v6.14 .0
33
+ uses : docker/build-push-action@v6.15 .0
34
34
with :
35
35
build-args : |
36
36
PG_MAJOR=${{ matrix.pg }}
37
37
PGRST_MAJOR=${{ matrix.pgrst }}
38
38
- name : Build Test
39
- uses : docker/build-push-action@v6.14 .0
39
+ uses : docker/build-push-action@v6.15 .0
40
40
with :
41
41
build-args : |
42
42
PG_MAJOR=${{ matrix.pg }}
45
45
- name : Test
46
46
run : DOCKER_BUILDKIT=1 docker compose run --rm bats test
47
47
- name : Push
48
- uses : docker/build-push-action@v6.14 .0
48
+ uses : docker/build-push-action@v6.15 .0
49
49
with :
50
50
build-args : |
51
51
PG_MAJOR=${{ matrix.pg }}
You can’t perform that action at this time.
0 commit comments