Forgejo actions config
Some checks failed
/ Test (push) Successful in 2s
/ Checkout (push) Successful in 10s
/ Build (push) Failing after 5s
ci / docker (push) Failing after 3m52s

This commit is contained in:
david 2024-07-22 03:09:54 +02:00
parent 9952640ba1
commit ff42a902f7

View file

@ -7,7 +7,7 @@ jobs:
docker: docker:
runs-on: lxc runs-on: lxc
steps: steps:
- run: apt-get install docker.io - run: apt-get -y --no-install-recommends install docker.io
- -
name: Login to Docker Hub name: Login to Docker Hub
uses: docker/login-action@v3 uses: docker/login-action@v3