Skip to content

Commit bef7d22

Browse files
committed
prune images
1 parent 62a9a79 commit bef7d22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/podswap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
WEBHOOK_SECRET: ${{ secrets.WEBHOOK_SECRET }}
1313
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}
1414
with:
15-
pre-build-cmd: 'git pull'
15+
pre-build-cmd: 'git pull && podman image prune'
1616
build-cmd: 'podman compose build'
1717
deploy-cmd: 'podman compose up -d --force-recreate'

0 commit comments

Comments
 (0)