We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 668985e commit 3eeecffCopy full SHA for 3eeecff
.github/workflows/docker-publish.yaml
@@ -2,7 +2,7 @@ name: Build Docker Image, Push to GHCR
2
3
on:
4
push:
5
- branches: ['main', 'staging', 'develop']
+ branches: ['main', 'staging', 'upstream']
6
7
env:
8
REGISTRY: ghcr.io
0 commit comments