[docker] let metadata-action automatically generate 'latest' tags
This commit is contained in:
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
@@ -45,9 +45,6 @@ jobs:
|
|||||||
tags: |
|
tags: |
|
||||||
type=sha,format=long,prefix=
|
type=sha,format=long,prefix=
|
||||||
type=ref,event=tag
|
type=ref,event=tag
|
||||||
# https://github.com/docker/metadata-action/issues/112
|
|
||||||
flavor: |
|
|
||||||
latest=${{ github.ref == 'refs/heads/master' }}
|
|
||||||
|
|
||||||
# https://github.com/docker/build-push-action
|
# https://github.com/docker/build-push-action
|
||||||
- name: Build image
|
- name: Build image
|
||||||
|
|||||||
@@ -6,4 +6,4 @@
|
|||||||
# it under the terms of the GNU General Public License version 2 as
|
# it under the terms of the GNU General Public License version 2 as
|
||||||
# published by the Free Software Foundation.
|
# published by the Free Software Foundation.
|
||||||
|
|
||||||
__version__ = "1.26.4"
|
__version__ = "1.26.5-dev"
|
||||||
|
|||||||
Reference in New Issue
Block a user