Skip to content

Commit

Permalink
add some logs to teh ynl
Browse files Browse the repository at this point in the history
  • Loading branch information
dangershony committed Jul 22, 2024
1 parent 504c9c7 commit c9d1ca7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
env:
VERSION: ${{ env.MODIFIED_TAG_NAME }}

- name: Verify Dockerfile
run: cat src/Angor/Server/Dockerfile.Release

- name: Build the Docker container image
run: docker build -f "./src/Angor/Server/Dockerfile.Release" -t blockcore/angor:latest -t blockcore/angor:${{ env.MODIFIED_TAG_NAME }} --label "unstable=true" "."

Expand Down

0 comments on commit c9d1ca7

Please sign in to comment.