ci: prefix sha-tags with date

This commit is contained in:
Trong Huu Nguyen
2022-12-19 15:13:06 +01:00
parent 9cf982fd6a
commit af78c91c09

View File

@@ -70,7 +70,7 @@ jobs:
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}.{{minor}}
type=semver,pattern=v{{major}}
type=sha
type=sha,prefix={{date 'YYYY-MM-DD'}}-
- name: Build and push
uses: docker/build-push-action@v3
with: