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 26901ec9a2 - Show all commits
+2 -2
View File
@@ -79,7 +79,7 @@ jobs:
fi
- name: Build and push Docker image (release)
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
push: true
@@ -97,7 +97,7 @@ jobs:
if: steps.version.outputs.IS_PRERELEASE == 'false'
- name: Build and push Docker image (pre-release)
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
push: true