Skip to content

Commit d2eb34b

Browse files
committed
Merge branch 'master' into trixie
2 parents c0d59c6 + 1435d4f commit d2eb34b

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Docker Image CI
22

33
on:
44
push:
5-
branches: [master, testing]
5+
branches: [testing]
66
pull_request:
77
branches: [master, testing]
88

@@ -47,6 +47,8 @@ jobs:
4747
uses: docker/build-push-action@v6
4848
with:
4949
push: false
50-
tags: unixerius/proxmox-qdevice:latest
50+
tags: |
51+
unixerius/proxmox-qdevice:latest
52+
ghcr.io/unixerius/proxmox-qdevice:latest
5153
platforms: linux/amd64,linux/arm64
5254

SECURITY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Security Policy
2+
3+
## Reporting a Vulnerability
4+
5+
For now, it's best to report any security problems via a Github Issue on this repository.

0 commit comments

Comments
 (0)