Skip to content

Commit 52d6309

Browse files
committed
Merge branch 'issue/CDM-18' into issue/CDM-19
2 parents 95f519a + 9f89ef8 commit 52d6309

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
name: Build and publish to docker repo
22

3-
on:
4-
workflow_dispatch:
5-
push:
6-
branches:
7-
- main
8-
paths:
9-
- 'src/**'
10-
- 'pom.xml'
11-
- 'Dockerfile'
12-
- 'LICENSE.md'
13-
tags:
14-
- '*.*.*'
15-
- '*.*.*-*'
3+
on: workflow_dispatch
164

175
jobs:
186
build_and_publish:
@@ -50,4 +38,4 @@ jobs:
5038
context: .
5139
push: true
5240
tags: ${{ steps.meta.outputs.tags }}
53-
platforms: linux/amd64
41+
platforms: linux/amd64

0 commit comments

Comments
 (0)