Skip to content

Commit 332b690

Browse files
authored
fix: ecr mirrors (#498)
1 parent 04df155 commit 332b690

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/mirror.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@ jobs:
3535
dst: |
3636
public.ecr.aws/supabase/storage-api:${{ inputs.version }}
3737
public.ecr.aws/supabase/storage-api:latest
38+
docker.io/supabase/storage-api:latest
3839
ghcr.io/supabase/storage-api:${{ inputs.version }}
3940
ghcr.io/supabase/storage-api:latest

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ jobs:
5757
ghcr.io/supabase/storage-api
5858
tags: |
5959
type=raw,value=v${{ needs.release.outputs.version }}
60-
type=raw,value=latest
6160
6261
- uses: docker/setup-qemu-action@v2
6362
with:

0 commit comments

Comments
 (0)