Skip to content

Commit

Permalink
Add tab to use Docker image from container registry
Browse files Browse the repository at this point in the history
  • Loading branch information
franklywatson committed Dec 10, 2024
1 parent 6b1c620 commit 3648e40
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,13 @@ git checkout $(curl -s https://api.github.com/repos/onflow/flow-evm-gateway/rele
make docker-build
```

</TabItem>
<TabItem value="docker-install" label="Use Docker registry image">

```bash
docker pull us-west1-docker.pkg.dev/dl-flow-devex-production/development/flow-evm-gateway:${VERSION}
```

</TabItem>
</Tabs>

Expand Down

0 comments on commit 3648e40

Please sign in to comment.