test workflow build and push on gitea registry
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 1m3s
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 1m3s
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user