no message
Some checks failed
Release Docker Image / build (map[arch:amd64 platform:linux/amd64 runs-on:ubuntu-latest]) (push) Has been cancelled
Release Docker Image / build (map[arch:arm64 platform:linux/arm64 runs-on:ubuntu-24.04-arm]) (push) Has been cancelled
Create GitHub Release / Test, Build, and Bundle (push) Has been cancelled
dotnet test / build (push) Has been cancelled
Release Docker Image / push-images (push) Has been cancelled
Create GitHub Release / Create GitHub release (push) Has been cancelled
Some checks failed
Release Docker Image / build (map[arch:amd64 platform:linux/amd64 runs-on:ubuntu-latest]) (push) Has been cancelled
Release Docker Image / build (map[arch:arm64 platform:linux/arm64 runs-on:ubuntu-24.04-arm]) (push) Has been cancelled
Create GitHub Release / Test, Build, and Bundle (push) Has been cancelled
dotnet test / build (push) Has been cancelled
Release Docker Image / push-images (push) Has been cancelled
Create GitHub Release / Create GitHub release (push) Has been cancelled
This commit is contained in:
parent
a9648248f4
commit
b539e8933e
2 changed files with 3 additions and 3 deletions
4
.github/workflows/build-release.yaml
vendored
4
.github/workflows/build-release.yaml
vendored
|
|
@ -28,11 +28,11 @@ jobs:
|
||||||
- name: Set up .NET
|
- name: Set up .NET
|
||||||
uses: actions/setup-dotnet@v5
|
uses: actions/setup-dotnet@v5
|
||||||
with:
|
with:
|
||||||
dotnet-version: '9'
|
dotnet-version: '10'
|
||||||
|
|
||||||
- name: Install Frontend Dependencies
|
- name: Install Frontend Dependencies
|
||||||
working-directory: client
|
working-directory: client
|
||||||
run: npm ci
|
run: npm install
|
||||||
|
|
||||||
- name: Build Frontend
|
- name: Build Frontend
|
||||||
working-directory: client
|
working-directory: client
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ COPY root ./root
|
||||||
RUN \
|
RUN \
|
||||||
cd client && \
|
cd client && \
|
||||||
echo "**** Building Code ****" && \
|
echo "**** Building Code ****" && \
|
||||||
npm ci && \
|
npm install && \
|
||||||
npx ng build --output-path=out
|
npx ng build --output-path=out
|
||||||
|
|
||||||
RUN ls -FCla /appclient/root
|
RUN ls -FCla /appclient/root
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue