File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments