2 parents c0d59c6 + 1435d4f commit d2eb34bCopy full SHA for d2eb34b
2 files changed
.github/workflows/docker-image.yml
@@ -2,7 +2,7 @@ name: Docker Image CI
2
3
on:
4
push:
5
- branches: [master, testing]
+ branches: [testing]
6
pull_request:
7
branches: [master, testing]
8
@@ -47,6 +47,8 @@ jobs:
47
uses: docker/build-push-action@v6
48
with:
49
push: false
50
- tags: unixerius/proxmox-qdevice:latest
+ tags: |
51
+ unixerius/proxmox-qdevice:latest
52
+ ghcr.io/unixerius/proxmox-qdevice:latest
53
platforms: linux/amd64,linux/arm64
54
SECURITY.md
@@ -0,0 +1,5 @@
1
+# Security Policy
+
+## Reporting a Vulnerability
+For now, it's best to report any security problems via a Github Issue on this repository.
0 commit comments