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