Skip to content

Commit d7d4618

Browse files
authored
chore: remove mirror aws references
1 parent 820866a commit d7d4618

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/mirror.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,8 @@ jobs:
1616
packages: write
1717
id-token: write
1818
steps:
19-
- name: configure aws credentials - prod
20-
uses: aws-actions/configure-aws-credentials@v1
21-
with:
22-
role-to-assume: ${{ secrets.PROD_AWS_ROLE }}
23-
aws-region: us-east-1
24-
- uses: docker/login-action@v2
25-
with:
26-
registry: public.ecr.aws
2719
- uses: docker/login-action@v2
2820
with:
2921
registry: ghcr.io
3022
username: ${{ github.actor }}
3123
password: ${{ secrets.GITHUB_TOKEN }}
32-
- uses: akhilerm/tag-push-action@v2.1.0
33-
with:
34-
src: docker.io/supabase/gotrue:${{ inputs.version }}
35-
dst: |
36-
public.ecr.aws/supabase/gotrue:${{ inputs.version }}
37-
ghcr.io/supabase/gotrue:${{ inputs.version }}

0 commit comments

Comments
 (0)