We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62a9a79 commit bef7d22Copy full SHA for bef7d22
1 file changed
.github/workflows/podswap.yml
@@ -12,6 +12,6 @@ jobs:
12
WEBHOOK_SECRET: ${{ secrets.WEBHOOK_SECRET }}
13
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}
14
with:
15
- pre-build-cmd: 'git pull'
+ pre-build-cmd: 'git pull && podman image prune'
16
build-cmd: 'podman compose build'
17
deploy-cmd: 'podman compose up -d --force-recreate'
0 commit comments