We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73fe4fd commit 82281bfCopy full SHA for 82281bf
.github/workflows/publish-image-to-ghcr.yml
@@ -2,11 +2,7 @@ name: Build and Push Image
2
3
on:
4
push:
5
- branches: [ main ]
6
- # Publish semver tags as releases.
7
- tags: [ 'v*.*.*' ]
8
pull_request:
9
10
workflow_dispatch:
11
12
env:
0 commit comments