We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7f7f31 + 2d52f54 commit 9f89ef8Copy full SHA for 9f89ef8
.github/workflows/docker-publish.yml
@@ -1,18 +1,6 @@
1
name: Build and publish to docker repo
2
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
- - '*.*.*-*'
+on: workflow_dispatch
16
17
jobs:
18
build_and_publish:
@@ -50,4 +38,4 @@ jobs:
50
38
context: .
51
39
push: true
52
40
tags: ${{ steps.meta.outputs.tags }}
53
- platforms: linux/amd64
41
+ platforms: linux/amd64
0 commit comments