Skip to content

Commit 97e3bbb

Browse files
committed
ci: migrate to docker-ops workflow
1 parent eaea3c0 commit 97e3bbb

3 files changed

Lines changed: 36 additions & 266 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 0 additions & 106 deletions
This file was deleted.

.github/workflows/docker-ops.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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 }}

.github/workflows/release.yml

Lines changed: 0 additions & 160 deletions
This file was deleted.

0 commit comments

Comments
 (0)