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

This commit is contained in:
2024-03-13 14:34:48 +01:00
parent 2cc271561d
commit 74bfd69f00

View File

@@ -68,7 +68,7 @@ jobs:
- name: Install Docker - name: Install Docker
run: | run: |
apt-get update apt-get update
apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
dockerd & dockerd &
- name: Verify Docker installation - name: Verify Docker installation