Skip to content

Commit 084b300

Browse files
committed
chore: formatting
1 parent 413c7a4 commit 084b300

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.github/workflows/dockerhub-release-matrix.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -109,18 +109,19 @@ jobs:
109109
$"pg_version=supabase/postgres:($pg_version)" | save --append $env.GITHUB_OUTPUT
110110
'
111111
fi
112-
- id: build
113-
uses: docker/build-push-action@v5
114-
with:
115-
push: true
116-
build-args: |
117-
${{ needs.build.outputs.build_args }}
118-
target: production
119-
tags: ${{ steps.image.outputs.pg_version }}_${{ matrix.arch }}
120-
platforms: linux/${{ matrix.arch }}
121-
cache-from: type=gha,scope=${{ github.ref_name }}-latest-${{ matrix.arch }}
122-
cache-to: type=gha,mode=max,scope=${{ github.ref_name }}-latest-${{ matrix.arch }}
123-
file: ${{ matrix.postgres.dockerfile }}
112+
113+
- id: build
114+
uses: docker/build-push-action@v5
115+
with:
116+
push: true
117+
build-args: |
118+
${{ needs.build.outputs.build_args }}
119+
target: production
120+
tags: ${{ steps.image.outputs.pg_version }}_${{ matrix.arch }}
121+
platforms: linux/${{ matrix.arch }}
122+
cache-from: type=gha,scope=${{ github.ref_name }}-latest-${{ matrix.arch }}
123+
cache-to: type=gha,mode=max,scope=${{ github.ref_name }}-latest-${{ matrix.arch }}
124+
file: ${{ matrix.postgres.dockerfile }}
124125
merge_manifest:
125126
needs: [prepare, build, build_release_image]
126127
strategy:

0 commit comments

Comments
 (0)