Skip to content

Commit

Permalink
Merge pull request #11 from nlogozzo/main
Browse files Browse the repository at this point in the history
CI - Allow Manually Triggering Builds
  • Loading branch information
qzed authored Jul 30, 2023
2 parents f1a713b + b0db634 commit 7de0b87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
tags:
- 'v*'
- 'test-container-*'
workflow_dispatch:

env:
REGISTRY: ghcr.io
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
tags:
- 'v*'
- 'test-image-*'
workflow_dispatch:

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 7de0b87

Please sign in to comment.