Compare commits

..

3 Commits

Author SHA1 Message Date
89d2a49f98 Fixes to customation of ArchitectUI for mobile displays, hamburger should now be visibile and search is not black on black.
Some checks failed
Create Docker Image / Final Docker Image Manifest (push) Blocked by required conditions
Create Docker Image / Test Application (x86_64) (push) Successful in 27s
Create Docker Image / Build Docker Image (x86_64) (push) Has been cancelled
Create Docker Image / Build Docker Image (arm64) (push) Has been cancelled
Closes #292
2025-03-04 09:26:53 +11:00
285e7e1890 Update ArchitectUI to v4 2025-03-04 09:26:53 +11:00
cb149924ef Update CI/CD to build the image with the appropriate tag 2025-03-04 09:26:53 +11:00

View File

@ -198,4 +198,4 @@ jobs:
${{ steps.registry.outputs.registry }}/${{ env.GITHUB_REPOSITORY }}:${{ env.GITHUB_REF_NAME }}-x86_64 \
${{ steps.registry.outputs.registry }}/${{ env.GITHUB_REPOSITORY }}:${{ env.GITHUB_REF_NAME }}-arm64
docker manifest push --purge ${{ steps.registry.outputs.registry }}/${{ env.GITHUB_REPOSITORY }}:${{ env.GITHUB_REF_NAME }}
echo "Built container: ${{ steps.registry.outputs.registry }}/${{ env.GITHUB_REPOSITORY }}:${{ env.GITHUB_REF_NAME }}"
echo "Built container: ${{ steps.registry.outputs.registry }}/${{ env.GITHUB_REPOSITORY }}:${{ env.GITHUB_REF_NAME }}" >> $GITHUB_STEP_SUMMARY