We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 497d4a3 commit 17c059aCopy full SHA for 17c059a
1 file changed
.github/workflows/main.yaml
@@ -43,7 +43,7 @@ jobs:
43
if: steps.restore-cache.outputs.cache-matched-key != ''
44
continue-on-error: true
45
run: |
46
- [ -n "$(podman run --pull never --rm -i ${{ env.IMAGE }} sh -c 'apk -q update && apk -q list -u samba-server')" ] || exit 0
+ [ -n "$(podman run --pull never --rm -i ${{ env.IMAGE }} sh -c 'apk -q update && apk -q list -u dma msmtp s-nail')" ] || exit 0
47
podman image rm ${{ env.IMAGE }}
48
podman image prune -f
49
0 commit comments