Fix latest tagging
This commit is contained in:
@@ -27,6 +27,8 @@ jobs:
|
|||||||
uses: docker/metadata-action@v3
|
uses: docker/metadata-action@v3
|
||||||
with:
|
with:
|
||||||
images: michaelwoods/onstar2mqtt
|
images: michaelwoods/onstar2mqtt
|
||||||
|
flavor: |
|
||||||
|
latest=true
|
||||||
tags: |
|
tags: |
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
type=schedule,pattern=weekly
|
type=schedule,pattern=weekly
|
||||||
|
|||||||
@@ -16,6 +16,8 @@ jobs:
|
|||||||
uses: docker/metadata-action@v3
|
uses: docker/metadata-action@v3
|
||||||
with:
|
with:
|
||||||
images: michaelwoods/onstar2mqtt
|
images: michaelwoods/onstar2mqtt
|
||||||
|
flavor: |
|
||||||
|
latest=true
|
||||||
tags: |
|
tags: |
|
||||||
type=semver,pattern={{version}}
|
type=semver,pattern={{version}}
|
||||||
type=semver,pattern={{major}}.{{minor}}
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
|
|||||||
Reference in New Issue
Block a user