fix: use correct versions for the UI

This commit is contained in:
Aarnav Tale
2026-02-26 01:17:09 -05:00
parent 937bc4a667
commit b2db6efd63
5 changed files with 75 additions and 59 deletions
+3 -2
View File
@@ -25,9 +25,9 @@ jobs:
matrix:
include:
- target: final
tag: 'next'
tag: "next"
- target: debug-shell
tag: 'next-shell'
tag: "next-shell"
steps:
- name: Check out the repo
@@ -69,6 +69,7 @@ jobs:
cache-to: type=gha,mode=max
build-args: |
IMAGE_TAG=ghcr.io/${{ github.repository }}:${{ matrix.tag }}
HEADPLANE_VERSION=next+${{ github.sha }}
secrets: |
gh_token=${{ secrets.GITHUB_TOKEN }}