test workflow build and push on gitea registry
Build and Push Docker Image / build_and_push (push) Failing after 40s Details

This commit is contained in:
Nicolas CARON 2024-03-06 12:21:08 +01:00
parent 3ffca66344
commit cdeaf22a92
1 changed files with 4 additions and 4 deletions

View File

@ -26,10 +26,10 @@ jobs:
username: ncaron
password: 6744954b4a3a43422e62e8d110f90de527ce094d
# - name: Start Docker
# run: |
# service docker start
# service docker status
- name: Start Docker
run: |
service docker start
service docker status
# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v1