Skip to content

Commit c3a7b52

Browse files
committed
ci: fix 24 hour in edge tags
1 parent e535a7f commit c3a7b52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-docker-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
${{ env.REGISTRY }}/${{ matrix.image }}
9797
tags: |
9898
type=edge
99-
type=edge,suffix=-{{date 'YYMMDDhhmm'}}
99+
type=edge,suffix=-{{date 'YYMMDDHHmm'}}
100100
type=sha
101101
type=semver,pattern={{major}}
102102
type=semver,pattern={{major}}.{{minor}}

0 commit comments

Comments
 (0)