Skip to content

Commit 29b2b57

Browse files
authored
Merge branch 'main' into further-design-updates
2 parents 1b6d4cb + 92740c8 commit 29b2b57

File tree

5 files changed

+1478
-964
lines changed

5 files changed

+1478
-964
lines changed

.github/workflows/deploy.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ jobs:
2929
uses: actions/checkout@v4
3030
with:
3131
submodules: recursive
32-
token: ${{ secrets.CSS_SUBMODULE_ACCESS_TOKEN }}
33-
# https://github.com/Hochfrequenz/ahbesser/settings/secrets/actions/CSS_SUBMODULE_ACCESS_TOKEN
34-
# expires on 2026-01-26; Renew: https://github.com/settings/tokens/2083447078
3532
- name: Set build and release information
3633
id: build_release_info
3734
run: |
@@ -51,7 +48,7 @@ jobs:
5148

5249
- name: Extract metadata (tags, labels) for Docker
5350
id: meta
54-
uses: docker/metadata-action@v5.6.1
51+
uses: docker/metadata-action@v5.7.0
5552
with:
5653
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
5754

.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
src/app/core/api
22
azure-mock/data
33
pulumi
4+
src/assets/companystylesheets

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Single-Stage Dockerfile
2-
FROM node:23.8-alpine
2+
FROM node:23.9-alpine
33

44
# Set environment arguments and variables
55
ARG BUILD_DATE

0 commit comments

Comments
 (0)