let action run on debian

This commit is contained in:
Wintermute 2025-01-31 05:21:22 +01:00
parent f7d7429ce3
commit c444a7e5d1
Signed by: wintermute
GPG key ID: D85876B31F4275CF

View file

@ -11,14 +11,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
build:
runs-on: docker
image: alpine:edge
steps:
- run: apk add podman
- run: apt install podman
- run: podman build -t devenv .
update:
runs-on: docker
image: alpine:edge
steps:
- run: podman login -u deke -p ${{ secrets.TOKEN }} git.dekedin.me
- run: podman push devenv git.dekedin.me/deke/dev-env