We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65aedf2 commit d58a80cCopy full SHA for d58a80c
.github/workflows/build.yml
@@ -56,7 +56,7 @@ jobs:
56
type=ref,event=pr
57
type=semver,pattern={{version}}
58
type=semver,pattern={{major}}.{{minor}}
59
- type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
+ type=raw,value=latest,enable=${{ github.ref == 'refs/heads/master' }}
60
labels: |
61
org.opencontainers.image.title=LibreNMS
62
org.opencontainers.image.description=Fully featured network monitoring system
0 commit comments