Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix for wrong tag
  • Loading branch information
pandurangpatil committed May 22, 2025
commit a956d8a0550f5fbea357458002254b700b60b360
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ phases:
else
TAG_1=${CODEBUILD_WEBHOOK_HEAD_REF##*/}
# assigns branch name for dev build it will be dev
TAG_PREFIX=TAG_1
TAG_PREFIX=$TAG_1
fi
- TAG_2=$VERSION

Expand Down