test workflow build and push on gitea registry
Build and Push Docker Image / build_and_push (push) Failing after 35s
Details
Build and Push Docker Image / build_and_push (push) Failing after 35s
Details
This commit is contained in:
parent
b30b9a6247
commit
576e9f5774
|
@ -15,10 +15,14 @@ jobs:
|
||||||
|
|
||||||
# Installation de Docker
|
# Installation de Docker
|
||||||
- name: Install Docker
|
- name: Install Docker
|
||||||
run: curl -fsSL https://get.docker.com | sh
|
run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y docker.io
|
||||||
|
service docker start
|
||||||
|
|
||||||
- name: Start Docker
|
- name: Start Docker
|
||||||
run: service docker start
|
run: service docker start
|
||||||
|
|
||||||
# - name: Login to Docker Registry
|
# - name: Login to Docker Registry
|
||||||
# uses: docker/login-action@v1
|
# uses: docker/login-action@v1
|
||||||
# with:
|
# with:
|
||||||
|
|
Loading…
Reference in New Issue