Skip to content

Commit 766956f

Browse files
committed
chore: upgrade docker workflow actions for node 24
1 parent 76bcf9c commit 766956f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
env:
1111
IMAGE_NAME: nonebot-webui
12+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
1213

1314
jobs:
1415
build:
@@ -22,7 +23,7 @@ jobs:
2223
image_tag: ${{ steps.image_tag.outputs.TAG }}
2324
steps:
2425
- name: Checkout
25-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2627

2728
- name: Setup QEMU
2829
uses: docker/setup-qemu-action@v3
@@ -61,7 +62,7 @@ jobs:
6162
type=raw,value=latest,enable={{is_default_branch}}
6263
6364
- name: Build and Push
64-
uses: docker/build-push-action@v5
65+
uses: docker/build-push-action@v6
6566
with:
6667
context: .
6768
platforms: linux/amd64

0 commit comments

Comments
 (0)