Skip to content

Commit

Permalink
chore: change env.testnet to env.sepolia for poh-signer-api (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
wantedsystem authored Jul 25, 2024
1 parent df04d01 commit 54336d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/poh-signer-api-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,19 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Docker Image Build and Publish Testnet
- name: Docker Image Build and Publish on Sepolia Testnet
uses: docker/build-push-action@v4
with:
build-args: |
ENV_FILE=.env.testnet
ENV_FILE=.env.sepolia
WEB3SIGNER_BASE_URL=${{ secrets.WEB3SIGNER_BASE_URL_TESTNET }}
WEB3SIGNER_PUBLIC_KEY=${{ secrets.WEB3SIGNER_PUBLIC_KEY_TESTNET }}
context: ./packages/poh-signer-api
file: ./packages/poh-signer-api/Dockerfile
push: true
tags: consensys/linea-resolver:${{ env.DOCKER_TAG_TESTNET }}

- name: Docker Image Build and Publish Mainnet
- name: Docker Image Build and Publish on Mainnet
uses: docker/build-push-action@v4
with:
build-args: |
Expand Down
File renamed without changes.

0 comments on commit 54336d0

Please sign in to comment.