Update .github/workflows/dockerx.yml
Node.js CI Test / docker (push) Successful in 11s

This commit is contained in:
2026-05-20 14:31:24 +00:00
parent 8ca4579268
commit 5e9b96e3c7
+5 -3
View File
@@ -1,9 +1,10 @@
name: Docker Deployment
on:
push:
branches:
- main
workflow_run:
workflows: ["Node.js CI Test"]
types:
- completed
permissions:
contents: read
@@ -11,6 +12,7 @@ permissions:
jobs:
docker:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps: