Compare commits

..

6 Commits

Author SHA1 Message Date
6fc28055c9 Update CI/CD to build the image with the appropriate tag
Some checks failed
Create Docker Image / Test Application (x86_64) (push) Successful in 27s
Create Docker Image / Build Docker Image (x86_64) (push) Failing after 13s
Create Docker Image / Build Docker Image (arm64) (push) Failing after 38s
Create Docker Image / Final Docker Image Manifest (push) Has been skipped
2025-03-04 08:27:59 +11:00
8edb30c711 Update CI/CD to build the image with the appropriate tag
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 39s
Create Docker Image / Final Docker Image Manifest (push) Has been skipped
2025-03-04 08:24:23 +11:00
f5b2c28028 Update CI/CD to build the image with the appropriate tag
Some checks failed
Create Docker Image / Test Application (x86_64) (push) Successful in 27s
Create Docker Image / Build Docker Image (x86_64) (push) Failing after 12s
Create Docker Image / Build Docker Image (arm64) (push) Failing after 38s
Create Docker Image / Final Docker Image Manifest (push) Has been skipped
2025-03-04 08:20:45 +11:00
bfb7f5315e Fixes to customation of ArchitectUI for mobile displays, hamburger should now be visibile and search is not black on black.
Closes #292
2025-03-04 08:17:46 +11:00
afaab0993f Update ArchitectUI to v4 2025-03-04 08:17:46 +11:00
2a8052a0d7 Update CI/CD to build the image with the appropriate tag 2025-03-04 08:17:46 +11:00

View File

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