We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88872c8 commit c4e9f47Copy full SHA for c4e9f47
2 files changed
.github/workflows/docker-publish.yml
@@ -5,6 +5,9 @@ on:
5
branches: [ "main" ]
6
tags: [ 'v*.*.*' ]
7
8
+env:
9
+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
10
+
11
jobs:
12
build-and-push:
13
runs-on: ubuntu-latest
0 commit comments