Skip to content

Commit

Permalink
modify tag handling
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnuj committed Sep 22, 2023
1 parent 072c906 commit 42a2b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
CHAIN_REGISTRY_NAME=${{ inputs.chain_registry_name }}
COSMOS_BUILD_OPTIONS=${{ inputs.cosmos_build_options }}
DENOM=${{ inputs.denom }}
REPO_TAG=${{ env.REPO_TAG }}
GIT_TAG=${{ env.REPO_TAG }}
GIT_REPO=${{ inputs.repo }}
GO_VERSION=${{ inputs.go_version }}
LDFLAGS=${{ inputs.ldflags }}
Expand Down

0 comments on commit 42a2b85

Please sign in to comment.