Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Update README.md and use custom alias for ECR
Browse files Browse the repository at this point in the history
  • Loading branch information
george-lim committed Feb 10, 2021
1 parent 0458ed7 commit e81bec8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
tags: v[0-9]+.[0-9]+.[0-9]+

env:
AMAZON_ECR_PUBLIC_IMAGE: public.ecr.aws/l3g5a8a0/firefox-lambda
AMAZON_ECR_PUBLIC_IMAGE: public.ecr.aws/george-lim/firefox-lambda
GITHUB_CONTAINER_REGISTRY_IMAGE: ghcr.io/${{ github.repository }}

jobs:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

## [Usage](#usage) | [Features](#features) | [Examples](#examples) | [CI/CD](#cicd)

Firefox Lambda is a [Lambda container image](https://docs.aws.amazon.com/lambda/latest/dg/images-create.html) that builds a Playwright-patched version of Firefox. It guarantees that Firefox will function properly with [Playwright](https://playwright.dev) on AWS Lambda.
Firefox Lambda is a [Lambda container image](https://docs.aws.amazon.com/lambda/latest/dg/images-create.html) that builds a [Playwright](https://playwright.dev)-patched version of Firefox.

## Usage

```text
Amazon ECR Public: public.ecr.aws/l3g5a8a0/firefox-lambda
Amazon ECR Public: public.ecr.aws/george-lim/firefox-lambda
GitHub Container Registry: ghcr.io/george-lim/firefox-lambda
```

Expand Down Expand Up @@ -46,7 +46,7 @@ These snippets add Firefox Lambda to an existing Python Lambda container image.
`Dockerfile`

```dockerfile
FROM public.ecr.aws/l3g5a8a0/firefox-lambda:1.0.1 as firefox
FROM public.ecr.aws/george-lim/firefox-lambda:1.0.1 as firefox

FROM public.ecr.aws/lambda/python:3.8

Expand Down

0 comments on commit e81bec8

Please sign in to comment.