Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit 10992ac

Browse files
committed
improve docker images, improve ci
1 parent 1de6a57 commit 10992ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-namada.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ jobs:
8484
cache-from: type=gha,scope=${{ matrix.images.cache_scope }}
8585
cache-to: type=gha,scope=${{ matrix.images.cache_scope }},mode=max
8686
build-args: |
87-
GENESIS_TEMPLATE_VERSION=${{ github.event.inputs.genesis_template_version | '0.46.0-ant' }}
88-
GIT_SHA=${{ github.event.inputs.commit | 'main' }}
87+
GENESIS_TEMPLATE_VERSION=${{ github.event.inputs.genesis_template_version || '0.46.0-ant' }}
88+
GIT_SHA=${{ github.event.inputs.commit || 'main' }}

0 commit comments

Comments
 (0)