mirror of
https://git.freestone.net/cramer/pcapmirror.git
synced 2025-12-31 12:00:40 +01:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f63fbfb255 | |||
| 0f06c62949 | |||
| 255f9fef71 |
17
.github/workflows/docker-ci.yml
vendored
Normal file
17
.github/workflows/docker-ci.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
build-debs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: singingwolfboy/build-dpkg-buster@v1
|
||||
id: build
|
||||
with:
|
||||
args: --unsigned-source --unsigned-changes
|
||||
|
||||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: ${{ steps.build.outputs.filename }}
|
||||
path: ${{ steps.build.outputs.filename }}
|
||||
|
||||
Reference in New Issue
Block a user