Skip to content

Commit

Permalink
[docker] let metadata-action automatically generate 'latest' tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Dec 10, 2023
1 parent 28d60e3 commit 1d5ee42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gallery_dl/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 1d5ee42

Please sign in to comment.