mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
update name format of docker image to avoid conflicts with version detection
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
|||||||
images: |
|
images: |
|
||||||
${{ secrets.DOCKER_USERNAME }}/ezbookkeeping
|
${{ secrets.DOCKER_USERNAME }}/ezbookkeeping
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value=SNAPSHOT-{{date 'YYYYMMDD'}}.${{ github.run_id }}
|
type=raw,value=SNAPSHOT-{{date 'YYYYMMDD'}}-${{ github.run_id }}
|
||||||
type=raw,value=SNAPSHOT-{{date 'YYYYMMDD'}}
|
type=raw,value=SNAPSHOT-{{date 'YYYYMMDD'}}
|
||||||
type=raw,value=latest-snapshot
|
type=raw,value=latest-snapshot
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user