test workflow build and push on gitea registry
Some checks failed
Build and Push Docker Image / checkout_repository (push) Successful in 6s
Build and Push Docker Image / login_docker_registry (push) Successful in 5s
Build and Push Docker Image / build_and_push_image (push) Failing after 47s

This commit is contained in:
2024-03-13 14:14:08 +01:00
parent fb17476487
commit 386a848291

View File

@@ -57,7 +57,7 @@ jobs:
run: |
apt update
apt install -y docker.io
service docker start
dockerd &
- name: Verify Docker installation
run: docker --version