We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e535a7f commit c3a7b52Copy full SHA for c3a7b52
1 file changed
.github/workflows/build-docker-images.yaml
@@ -96,7 +96,7 @@ jobs:
96
${{ env.REGISTRY }}/${{ matrix.image }}
97
tags: |
98
type=edge
99
- type=edge,suffix=-{{date 'YYMMDDhhmm'}}
+ type=edge,suffix=-{{date 'YYMMDDHHmm'}}
100
type=sha
101
type=semver,pattern={{major}}
102
type=semver,pattern={{major}}.{{minor}}
0 commit comments