workflow: next try using devenv docker container

This commit is contained in:
2025-10-01 13:20:53 +02:00
parent c5e9423549
commit c6a0717083

View File

@@ -7,7 +7,9 @@ on:
jobs:
build-docker:
image: ghcr.io/cachix/devenv/devenv:latest
runs-on: docker
container:
image: ghcr.io/cachix/devenv/devenv:latest
steps:
- name: Checkout repository
uses: actions/checkout@v3