We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d3f12d commit d17d0b5Copy full SHA for d17d0b5
1 file changed
.github/workflows/docker.yml
@@ -3,9 +3,8 @@ name: CI/CD - Build and Push Docker Image to GHCR
3
on:
4
push:
5
branches: [ "main" ]
6
- pull_request:
7
- branches: [ "main" ]
8
-
+ tags:
+ - '*' # Matches any tag name
9
# Optional: Allows manual triggering of the workflow from the GitHub Actions tab
10
workflow_dispatch:
11
0 commit comments