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

This commit is contained in:
Nicolas CARON 2024-03-07 17:36:01 +01:00
parent 311709f22f
commit 374cc415b5
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
apt-get install -y docker.io apt-get install -y docker.io
- name: Start Docker - name: Start Docker
run: service docker start run: ln -s ~/.docker/run/docker.sock /var/run/docker.sock
- name: Login to Docker Registry - name: Login to Docker Registry
uses: docker/login-action@v2 uses: docker/login-action@v2