Skip to content

Commit

Permalink
updated docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MonikaCat committed Jun 29, 2023
1 parent bd7f08d commit 384fbdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3

with:
fetch-depth: 0
- name: Set BDJuno chain name 🔧
shell: bash
run: echo "CHAIN_NAME=$(echo ${GITHUB_REF#refs/heads/} | sed 's/\//_/g')" >> $GITHUB_ENV
Expand Down

0 comments on commit 384fbdf

Please sign in to comment.