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.
1 parent 4c71e89 commit ef164c1Copy full SHA for ef164c1
.github/workflows/docker.yml
@@ -2,6 +2,9 @@ name: Docker Build
2
3
on:
4
workflow_dispatch:
5
+ push:
6
+ branches: [ main, master ]
7
+ tags: [ 'v*' ]
8
9
concurrency:
10
group: ${{ github.workflow }}-${{ github.ref }}
@@ -40,7 +43,6 @@ jobs:
40
43
with:
41
44
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
42
45
tags: |
- type=raw,value=latest
46
type=ref,event=tag
47
type=semver,pattern={{version}}
48
type=semver,pattern={{major}}.{{minor}}
0 commit comments