Skip to content

Commit

Permalink
add workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Nov 21, 2024
1 parent e8da9a7 commit 48c6e04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-push-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Create and publish a Docker image
on:
push:
branches: ['release', 'main']
workflow_dispatch:

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 48c6e04

Please sign in to comment.