Skip to content

Commit 187251c

Browse files
authored
fix: ci mirror image step (#510)
1 parent c2681b8 commit 187251c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
password: ${{ secrets.GITHUB_TOKEN }}
144144
- uses: akhilerm/[email protected]
145145
with:
146-
src: docker.io/supabase/storage-api:${{ needs.release.outputs.version }}
146+
src: docker.io/supabase/storage-api:v${{ needs.release.outputs.version }}
147147
dst: |
148148
public.ecr.aws/supabase/storage-api:latest
149149
docker.io/supabase/storage-api:latest

0 commit comments

Comments
 (0)