We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d25316 commit 51e5247Copy full SHA for 51e5247
3 files changed
.github/workflows/docker-publish.yml
@@ -10,6 +10,7 @@ env:
10
REGISTRY: ghcr.io
11
IMAGE_NAME_BROKER: Prescott-Data/nexus-broker
12
IMAGE_NAME_GATEWAY: Prescott-Data/nexus-gateway
13
+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
14
15
jobs:
16
build-and-push:
.github/workflows/docs.yml
@@ -16,6 +16,9 @@ permissions:
pages: write # deploy to GitHub Pages
17
id-token: write # OIDC token for Pages deployment
18
19
+env:
20
21
+
22
concurrency:
23
group: pages
24
cancel-in-progress: false
.github/workflows/release.yml
@@ -19,6 +19,9 @@ on:
permissions:
contents: write
25
26
release:
27
runs-on: ubuntu-latest
0 commit comments