ci: update deploy workflow to use podman runner

This commit is contained in:
2026-07-26 16:21:20 +02:00
parent be6ba31d7d
commit e62ac5c5cc
3 changed files with 6 additions and 12 deletions
+3 -5
View File
@@ -7,14 +7,12 @@ on:
jobs:
deploy:
runs-on: fedora:latest
runs-on: podman
container:
image: alpine:latest
steps:
- uses: actions/checkout@v4
- name: Install deployment tools
run: |
dnf install -y sshpass rsync
- name: Generate SHA256SUMS
run: sha256sum *.py > SHA256SUMS