We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76bcf9c commit 766956fCopy full SHA for 766956f
1 file changed
.github/workflows/docker.yml
@@ -9,6 +9,7 @@ on:
9
10
env:
11
IMAGE_NAME: nonebot-webui
12
+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
13
14
jobs:
15
build:
@@ -22,7 +23,7 @@ jobs:
22
23
image_tag: ${{ steps.image_tag.outputs.TAG }}
24
steps:
25
- name: Checkout
- uses: actions/checkout@v4
26
+ uses: actions/checkout@v5
27
28
- name: Setup QEMU
29
uses: docker/setup-qemu-action@v3
@@ -61,7 +62,7 @@ jobs:
61
62
type=raw,value=latest,enable={{is_default_branch}}
63
64
- name: Build and Push
- uses: docker/build-push-action@v5
65
+ uses: docker/build-push-action@v6
66
with:
67
context: .
68
platforms: linux/amd64
0 commit comments