Skip to content

Commit 87c8606

Browse files
committed
set ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true
1 parent 198befa commit 87c8606

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212

1313
runs-on: ubuntu-latest
1414

15+
env:
16+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true
1517
steps:
1618
- uses: actions/checkout@v4
1719
- uses: docker/metadata-action@v4

0 commit comments

Comments
 (0)