Skip to content

Commit 2a5b6a4

Browse files
committed
chore: strip the prefix when passing to mirror.yml
1 parent f7b36dc commit 2a5b6a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ jobs:
211211
needs: [build, merge_manifest]
212212
strategy:
213213
matrix:
214-
image_tag: ${{ fromJson(needs.build.outputs.image_tags) }}
214+
image_tag: ${{ fromJson(needs.build.outputs.image_tags) }}
215215
uses: ./.github/workflows/mirror.yml
216216
with:
217-
version: ${{ matrix.image_tag }}
217+
version: ${{ replace(matrix.image_tag, 'supabase/postgres:', '') }}
218218
secrets: inherit

0 commit comments

Comments
 (0)