Skip to content

Commit 8210035

Browse files
committed
Push Docker image on workflow dispatch
1 parent df8fbe9 commit 8210035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
env:
2626
REGISTRY: ghcr.io
2727
IMAGE_NAME: ${{ github.repository }}
28-
PUSH_DOCKER_IMAGE: ${{ github.ref == 'refs/heads/master' || github.event_name == 'release' }}
28+
PUSH_DOCKER_IMAGE: ${{ github.ref == 'refs/heads/master' || github.event_name == 'release' || github.event_name == 'workflow_dispatch' }}
2929
permissions:
3030
contents: read
3131
packages: write

0 commit comments

Comments
 (0)