set image properly

This commit is contained in:
Wintermute 2025-01-31 05:37:10 +01:00
parent 39a47c4261
commit 3568b397d3
Signed by: wintermute
GPG key ID: D85876B31F4275CF

View file

@ -6,7 +6,8 @@ on:
jobs: jobs:
checkout: checkout:
runs-on: docker runs-on: docker
image: alpine:edge container:
image: alpine:edge
steps: steps:
- name: Get git and podman - name: Get git and podman
run: apk add git podman run: apk add git podman