diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 6d69e886..c91ac0d5 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -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 diff --git a/gallery_dl/version.py b/gallery_dl/version.py index f0d55f6b..8cd2351f 100644 --- a/gallery_dl/version.py +++ b/gallery_dl/version.py @@ -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"