test workflow build and push on gitea registry
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 42s

This commit is contained in:
2024-03-06 12:08:14 +01:00
parent 883f678c1b
commit 8030c13ff7

View File

@@ -28,8 +28,8 @@ jobs:
- name: Start Docker
run: |
systemctl start docker
systemctl enable docker
service docker start
service docker status
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1