Skip to content

Commit 60753e0

Browse files
updated ClamAV publish to build versioned image.
1 parent db038df commit 60753e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-clamav.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
name: Build and Publish ClamAV Image
22

33
on:
4+
# run on pushs to main
45
push:
56
branches:
67
- main
78
paths:
89
- .github/workflows/publish-clamav.yml
910
- devops/docker/clamav/**
11+
# can manually run
12+
workflow_dispatch:
1013

1114
env:
1215
GITHUB_REGISTRY: ghcr.io

0 commit comments

Comments
 (0)