Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisPett committed Dec 25, 2023
1 parent d3bcc24 commit f6fe444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo INFURA_API_KEY=${{ secrets.INFURA_API_KEY }} >> .env
echo NEXT_PUBLIC_CONTRACT_ADDRESS=${{ secrets.NEXT_PUBLIC_CONTRACT_ADDRESS }} >> .env
echo NEXT_PUBLIC_WALLET_CONNECT_ID=${{ secrets.NEXT_PUBLIC_WALLET_CONNECT_ID }} >> .env
echo NEXT_PUBLIC_ABI=${{ variables.NEXT_PUBLIC_ABI }} >> .env
echo NEXT_PUBLIC_ABI=${{ vars.NEXT_PUBLIC_ABI }} >> .env
- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
Expand Down

0 comments on commit f6fe444

Please sign in to comment.