We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b41d6 commit 161623eCopy full SHA for 161623e
.github/workflows/build.yaml
@@ -23,6 +23,8 @@ jobs:
23
matrix:
24
service:
25
- datum-authorization-webhook
26
+ - datum-apiserver
27
+ - datum-controller-manager
28
29
steps:
30
- name: Checkout repository
@@ -41,12 +43,12 @@ jobs:
41
43
with:
42
44
images: ghcr.io/datum-cloud/${{ matrix.service }}
45
tags: |
- type=schedule
- type=ref,event=branch
46
type=ref,event=pr
47
- type=semver,pattern={{version}}
48
- type=semver,pattern={{major}}.{{minor}}
49
- type=semver,pattern={{major}}
+ type=ref,event=branch
+ type=ref,event=branch,suffix=-{{commit_date 'YYYYMMDD-HHmmss'}}
+ type=semver,pattern=v{{version}}
50
+ type=semver,pattern=v{{major}}.{{minor}}
51
+ type=semver,pattern=v{{major}}
52
type=sha
53
54
- name: Build ${{ matrix.service }}
0 commit comments