feat: upgrade bubbletea, bubbles, and lipgloss to v2 #116

Merged
bagas merged 24 commits from feat/upgrade-bubbletea-bubbles-lipgloss-v2 into staging 2026-03-20 14:16:17 +07:00
Showing only changes of commit 8e8a13fe90 - Show all commits
+2 -2
View File
@@ -79,7 +79,7 @@ jobs:
fi fi
- name: Build and push Docker image (release) - name: Build and push Docker image (release)
uses: docker/build-push-action@v6 uses: docker/build-push-action@v7
with: with:
context: . context: .
push: true push: true
@@ -97,7 +97,7 @@ jobs:
if: steps.version.outputs.IS_PRERELEASE == 'false' if: steps.version.outputs.IS_PRERELEASE == 'false'
- name: Build and push Docker image (pre-release) - name: Build and push Docker image (pre-release)
uses: docker/build-push-action@v6 uses: docker/build-push-action@v7
with: with:
context: . context: .
push: true push: true