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 1+ ---
2+ name : Docker Ops
3+
4+ " on " :
5+ push :
6+ branches :
7+ - " **"
8+ paths :
9+ - " .github/workflows/docker-ops.yml"
10+ - " Dockerfile"
11+ - " bin/**"
12+ - " lib/**"
13+ - " src/**"
14+ - " etc/**"
15+ - " tests/**"
16+ - " Makefile"
17+ - " Makefile.variables"
18+ - " ci/**"
19+ workflow_dispatch :
20+
21+ jobs :
22+ docker-ops :
23+ permissions :
24+ contents : write
25+ security-events : write
26+ id-token : write
27+ uses : udx/reusable-workflows/.github/workflows/docker-ops.yml@master
28+ with :
29+ image_name : usabilitydynamics/udx-worker
30+ docker_login : usabilitydynamics
31+ docker_org : usabilitydynamics
32+ docker_repo : udx-worker
33+ release_branch : latest
34+ version_config_path : ci/git-version.yml
35+ secrets :
36+ docker_token : ${{ secrets.DOCKER_TOKEN }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments