let action run on debian
Some checks failed
ci / build (push) Failing after 4s
ci / update (push) Failing after 4s
ci / checkout (push) Successful in 10s

This commit is contained in:
R.J. 2025-01-31 05:21:22 +01:00
parent f7d7429ce3
commit c444a7e5d1
No known key found for this signature in database
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