File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ name: "CodeQL and Linter"
44on :
55 push :
66
7+ permissions :
8+ contents : read
9+
710jobs :
811 analyze-shell :
912 name : Analyze Shell Scripts
Original file line number Diff line number Diff line change 1+ ---
2+ name : Docker Operations
3+
4+ " on " :
5+ push :
6+ paths :
7+ - " .github/workflows/docker-ops.yml"
8+ - " Dockerfile"
9+ - " ci/**"
10+ - " src/**"
11+ - LICENSE
12+ workflow_dispatch :
13+
14+ jobs :
15+ docker_ops :
16+ permissions :
17+ id-token : write
18+ contents : write
19+ security-events : write
20+ actions : read
21+
22+ uses : udx/reusable-workflows/.github/workflows/docker-ops.yml@master
23+ with :
24+ image_name : worker-nodejs
25+ release_branch : latest
26+ docker_login : ${{ vars.DOCKER_LOGIN }}
27+ docker_org : ${{ vars.DOCKER_ORG }}
28+ docker_repo : ${{ vars.DOCKER_REPO }}
29+ enable_security_upload : ${{ github.repository == 'udx/worker-nodejs' }}
30+
31+ secrets :
32+ docker_token : ${{ secrets.DOCKER_TOKEN }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Use the latest udx-worker as the base image
2- FROM usabilitydynamics/udx-worker:0.35 .0
2+ FROM usabilitydynamics/udx-worker:0.36 .0
33
44# Add metadata labels
5- LABEL version="0.23 .0"
5+ LABEL version="0.24 .0"
66
77# Set build arguments for Node.js version and application port
88ARG NODE_VERSION=22.21.1
You can’t perform that action at this time.
0 commit comments