[docker] let metadata-action automatically generate 'latest' tags

pull/4945/head
Mike Fährmann 9 months ago
parent 28d60e3546
commit 1d5ee4239d
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -45,9 +45,6 @@ jobs:
tags: |
type=sha,format=long,prefix=
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
- name: Build image

@ -6,4 +6,4 @@
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
__version__ = "1.26.4"
__version__ = "1.26.5-dev"

Loading…
Cancel
Save