Compare commits

..

3 Commits

Author SHA1 Message Date
747d854afe 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 / Test Application (x86_64) (push) Successful in 26s
Create Docker Image / Build Docker Image (x86_64) (push) Failing after 12s
Create Docker Image / Build Docker Image (arm64) (push) Failing after 40s
Create Docker Image / Final Docker Image Manifest (push) Has been skipped
Closes #292
2025-03-04 08:34:37 +11:00
1384361c64 Update ArchitectUI to v4 2025-03-04 08:34:37 +11:00
79cf03d362 Update CI/CD to build the image with the appropriate tag 2025-03-04 08:34:37 +11:00

View File

@ -84,7 +84,6 @@ jobs:
privileged: true
env:
ARCH: ${{ matrix.arch }}
VERSIONARCH: ${{ vars.GITHUB_REF_NAME }}-${{ env.ARCH }}
steps:
- name: Environment Setup
@ -157,7 +156,7 @@ jobs:
context: .
file: docker/Dockerfile
push: true
tags: "${{ steps.registry.outputs.registry }}/${{ env.GITHUB_REPOSITORY }}:${{ env.VERSIONARCH }}"
tags: "${{ steps.registry.outputs.registry }}/${{ env.GITHUB_REPOSITORY }}:${{ vars.GITHUB_REF_NAME }}-${{ env.ARCH }}"
build-args: |
BUILD_REVISION=${{ env.GITHUB_SHA }}
BUILD_VERSION=v${{ env.GITHUB_REF_NAME }}