ci: update deploy workflow to use podman runner
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user