URI: 
       github: Simplify Docker workflow / only trigger on new tags - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 98aa53648a037e63df65b975786773a0ed95711a
   DIR parent 9231a7f1102f3eb945af4a9a513666329222b60a
  HTML Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
       Date:   Tue, 13 Aug 2024 16:17:56 +0200
       
       github: Simplify Docker workflow / only trigger on new tags
       
       See #12753
       
       Diffstat:
         M .github/workflows/image.yml         |       2 --
       
       1 file changed, 0 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml
       @@ -4,8 +4,6 @@ on:
          push:
            tags:
              - "*"
       -    branches:
       -      - master
        permissions:
          packages: write