We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df8fbe9 commit 8210035Copy full SHA for 8210035
.github/workflows/docker.yml
@@ -25,7 +25,7 @@ jobs:
25
env:
26
REGISTRY: ghcr.io
27
IMAGE_NAME: ${{ github.repository }}
28
- PUSH_DOCKER_IMAGE: ${{ github.ref == 'refs/heads/master' || github.event_name == 'release' }}
+ PUSH_DOCKER_IMAGE: ${{ github.ref == 'refs/heads/master' || github.event_name == 'release' || github.event_name == 'workflow_dispatch' }}
29
permissions:
30
contents: read
31
packages: write
0 commit comments