Skip to content

Commit

Permalink
add env dump for debugging temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
BedrockSquirrel committed Sep 19, 2023
1 parent 2d7cca7 commit 94711ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/manual-deploy-testnet-l2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
username: testnetobscuronet
password: ${{ secrets.REGISTRY_PASSWORD }}

- name: Debug Env Vars
run: env

- name: 'Build and push obscuro node images'
run: |
DOCKER_BUILDKIT=1 docker build -t ${{env.L2_ENCLAVE_DOCKER_BUILD_TAG}} -f dockerfiles/enclave.Dockerfile .
Expand Down

0 comments on commit 94711ec

Please sign in to comment.