Skip to content

Commit

Permalink
Wip
Browse files Browse the repository at this point in the history
Signed-off-by: v.oleynikov <[email protected]>
  • Loading branch information
duckhawk committed Dec 22, 2023
1 parent 1b84fe9 commit 32ad053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Build and Push images
steps:
- run: |
MODULES_MODULE_TAG="$(pr${{ github.ref_name }} | sed 's/\/.*//g')"
MODULES_MODULE_TAG="$(echo pr${{ github.ref_name }} | sed 's/\/.*//g')"
echo "MODULES_MODULE_TAG=$MODULES_MODULE_TAG" >> "$GITHUB_ENV"
echo $MODULES_REGISTRY
echo $MODULES_MODULE_NAME
Expand Down

0 comments on commit 32ad053

Please sign in to comment.