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

This commit is contained in:
2024-03-07 17:36:01 +01:00
parent 311709f22f
commit 374cc415b5

View File

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