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

This commit is contained in:
Nicolas CARON 2024-03-07 09:09:26 +01:00
parent c15d7469ba
commit b30b9a6247
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
run: curl -fsSL https://get.docker.com | sh
- name: Start Docker
run: systemctl start docker
run: service docker start
# - name: Login to Docker Registry
# uses: docker/login-action@v1
# with: