Skip to content

Commit

Permalink
Allow running the build image workflow manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix authored Feb 14, 2025
1 parent 9484a44 commit 9a0bc91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_push_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- '*'
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab

jobs:
build-and-push:
Expand Down

0 comments on commit 9a0bc91

Please sign in to comment.