Skip to content

Commit

Permalink
Trial to resolve docker warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lightwalker-eth committed Sep 25, 2024
1 parent 9962858 commit 8a05073
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nameguard-api-lambda-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:

- name: Build and deploy lambda
env:
DOCKER_CONFIG: ${{ github.workspace }}/api/.docker
PROVIDER_URI_MAINNET: ${{ secrets.PROVIDER_URI_MAINNET }}
PROVIDER_URI_SEPOLIA: ${{ secrets.PROVIDER_URI_SEPOLIA }}
ALCHEMY_URI_MAINNET: ${{ secrets.ALCHEMY_URI_MAINNET }}
Expand Down
3 changes: 3 additions & 0 deletions api/.docker/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"credsStore": "ecr-login"
}

0 comments on commit 8a05073

Please sign in to comment.