We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04df155 commit 332b690Copy full SHA for 332b690
.github/workflows/mirror.yml
@@ -35,5 +35,6 @@ jobs:
35
dst: |
36
public.ecr.aws/supabase/storage-api:${{ inputs.version }}
37
public.ecr.aws/supabase/storage-api:latest
38
+ docker.io/supabase/storage-api:latest
39
ghcr.io/supabase/storage-api:${{ inputs.version }}
40
ghcr.io/supabase/storage-api:latest
.github/workflows/release.yml
@@ -57,7 +57,6 @@ jobs:
57
ghcr.io/supabase/storage-api
58
tags: |
59
type=raw,value=v${{ needs.release.outputs.version }}
60
- type=raw,value=latest
61
62
- uses: docker/setup-qemu-action@v2
63
with:
0 commit comments