Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 625a0244e2 | |||
| a269ba57df |
@@ -145,10 +145,10 @@ jobs:
|
|||||||
- name: Extract Docker metadata
|
- name: Extract Docker metadata
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
|
# tag latest and latest-omnibus
|
||||||
with:
|
with:
|
||||||
flavor: |
|
flavor: |
|
||||||
latest=true
|
latest=true
|
||||||
# tag latest and latest-omnibus
|
|
||||||
suffix=-omnibus,onlatest=false
|
suffix=-omnibus,onlatest=false
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value=latest
|
type=raw,value=latest
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ package version
|
|||||||
|
|
||||||
// VERSION is the app-global version string, which will be replaced with a
|
// VERSION is the app-global version string, which will be replaced with a
|
||||||
// new value during packaging
|
// new value during packaging
|
||||||
const VERSION = "0.8.4"
|
const VERSION = "0.8.5"
|
||||||
|
|||||||
Reference in New Issue
Block a user