use action to install docker
Some checks failed
ci / build (push) Failing after 8s
ci / update (push) Failing after 3s
ci / checkout (push) Failing after 2m1s

This commit is contained in:
R.J. 2025-01-31 05:27:29 +01:00
parent 8c13c48ac9
commit 0cf977a5a5
No known key found for this signature in database
GPG key ID: D85876B31F4275CF

View file

@ -10,9 +10,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
build:
steps:
- run: apt install docker
- run: docker build -t devenv .
update:
steps: