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

This commit is contained in:
Nicolas CARON 2024-03-07 18:01:45 +01:00
parent 021c70808e
commit 9745461048
1 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ jobs:
# apt-get update
# apt-get install -y docker.io
- name: Start Docker
- name: Create a symbolic link Docker
run: ln -s ~/.docker/run/docker.sock /var/run/docker.sock
- name: Login to Docker Registry
@ -39,8 +39,8 @@ jobs:
username: ncaron
password: 6744954b4a3a43422e62e8d110f90de527ce094d
- name: Docker start
run: service docker start
- name: Docker restart
run: service docker restart
- name: Set up QEMU
uses: docker/setup-qemu-action@v2