diff options
author | Bjørn Erik Pedersen <[email protected]> | 2024-08-13 16:28:33 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-08-13 16:28:33 +0200 |
commit | a99716bf046285e3955896d05fd29d0c5320843e (patch) | |
tree | c6f55fda5a8e0ae5402fbf2cdacd48ff8d90e1e0 /.github | |
parent | 98aa53648a037e63df65b975786773a0ed95711a (diff) | |
download | hugo-a99716bf046285e3955896d05fd29d0c5320843e.tar.gz hugo-a99716bf046285e3955896d05fd29d0c5320843e.zip |
github: Add workflow_dispatch to the Docker workflow
Closes #12753
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/image.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 4fb1e7914..114a0ca2a 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -4,6 +4,7 @@ on: push: tags: - "*" + workflow_dispatch: permissions: packages: write |