Skip to content

Commit 99992e1

Browse files
committed
Fix the release docker image
1 parent b58b274 commit 99992e1

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/build-docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
tags:
77
- "v2.*"
8+
workflow_dispatch:
89

910
jobs:
1011
build_regular_docker:

.github/workflows/build-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- 2.x
7+
workflow_dispatch:
78

89
jobs:
910
build-package:

resources/docker/dockerfiles/release-multiplatform.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN mv vendor/spatie/laravel-backup/resources/lang/de vendor/spatie/laravel-back
3838

3939
# ================================
4040
# Compile all assets
41-
FROM docker.io/library/node:24 AS npm_builder
41+
FROM docker.io/library/node:22 AS npm_builder
4242
WORKDIR /srv
4343

4444
COPY ./resources/assets ./resources/assets

0 commit comments

Comments
 (0)