diff options
author | Bjørn Erik Pedersen <[email protected]> | 2024-08-13 16:16:45 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-08-13 16:16:45 +0200 |
commit | 9231a7f1102f3eb945af4a9a513666329222b60a (patch) | |
tree | 19d3967198401cf18bcf4e4485490d14425fd697 /.github | |
parent | 736e8a4d084b45e604fd2561126e97f2bd3d696b (diff) | |
download | hugo-9231a7f1102f3eb945af4a9a513666329222b60a.tar.gz hugo-9231a7f1102f3eb945af4a9a513666329222b60a.zip |
github: Simplify Docker workflow
See #12753
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/image.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 2e615ff05..2676e9f4d 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -4,9 +4,6 @@ on: push: tags: - "*" - paths: - - Dockerfile - - .github/workflows/image.yml branches: - master permissions: |