Skip to content

Commit f32849a

Browse files
Update Docker tag name to 'latest' for main branch
1 parent 3c81cc2 commit f32849a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
id: determine_tag
6363
run: |
6464
if [[ "${{ github.ref_name }}" == "main" ]]; then
65-
echo "tagname=latest_v2" >> $GITHUB_OUTPUT
65+
echo "tagname=latest" >> $GITHUB_OUTPUT
6666
elif [[ "${{ github.ref_name }}" == "dev" ]]; then
6767
echo "tagname=dev" >> $GITHUB_OUTPUT
6868
elif [[ "${{ github.ref_name }}" == "demo" ]]; then

0 commit comments

Comments
 (0)