ci(workflows): move to alpine runner image

This commit is contained in:
2026-07-26 16:35:10 +02:00
parent e62ac5c5cc
commit d95b77c381
+1 -3
View File
@@ -7,9 +7,7 @@ on:
jobs:
deploy:
runs-on: podman
container:
image: alpine:latest
runs-on: alpine
steps:
- uses: actions/checkout@v4