Add building web assets to CI/CD
Some checks failed
Create Docker Image / Test Application (x86_64) (push) Failing after 5s
Create Docker Image / Build Docker Image (arm64) (push) Has been skipped
Create Docker Image / Build Docker Image (x86_64) (push) Has been skipped
Create Docker Image / Final Docker Image Manifest (push) Has been skipped

This commit is contained in:
Deon George 2025-01-03 15:41:55 +11:00
parent 592b09077e
commit 9599ca5a98

View File

@ -16,7 +16,8 @@ jobs:
name: Test Application
runs-on: docker-${{ matrix.arch }}
container:
image: gitea.dege.au/docker/php:8.3-fpm-ldap-test
image: docker:dind
privileged: true
steps:
- name: Environment Setup
@ -24,7 +25,7 @@ jobs:
# If we have a proxy use it
if [ -n "${HTTP_PROXY}" ]; then echo "HTTP PROXY [${HTTP_PROXY}]"; sed -i -e s'/https/http/' /etc/apk/repositories; fi
# Some pre-reqs
apk add git nodejs
apk add git nodejs npm
## Some debugging info
# env|sort