use rootless dind
Some checks failed
ci / checkout (push) Failing after 15s

This commit is contained in:
R.J. 2025-01-31 06:02:23 +01:00
parent ce00b3b8ec
commit 14b766d46d
No known key found for this signature in database
GPG key ID: D85876B31F4275CF

View file

@ -7,16 +7,14 @@ jobs:
checkout:
runs-on: docker
container:
image: docker:dind
image: docker:dind-rootless
steps:
- name: Get git and docker
run: apk add --update git docker nodejs openrc
run: apk add git nodejs
- name: Checkout
uses: actions/checkout@v4
- name: Login
run: echo "${{ secrets.TOKEN}}" | docker login -u deke git.dekedin.me --password-stdin
- name: Wait for docker
run: sleep 5
- name: Build
run: docker build -t devenv .
- name: Push image