Use date-based tags
This commit is contained in:
parent
92fdecf307
commit
04272dbb8f
1 changed files with 3 additions and 0 deletions
3
.github/workflows/container.yml
vendored
3
.github/workflows/container.yml
vendored
|
|
@ -33,6 +33,9 @@ jobs:
|
|||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
tags: |
|
||||
type=raw,value={{date 'YYYY-MM-DDTHH-mm'}}
|
||||
type=raw,value=latest
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue