test workflow build and push on gitea registry
Build and Push Docker Image / build_and_push (push) Failing after 43s
Details
Build and Push Docker Image / build_and_push (push) Failing after 43s
Details
This commit is contained in:
parent
08ec14cafe
commit
4535715db1
|
@ -15,9 +15,7 @@ jobs:
|
||||||
|
|
||||||
# Installation de Docker
|
# Installation de Docker
|
||||||
- name: Install Docker
|
- name: Install Docker
|
||||||
run: |
|
run: curl -fsSL https://get.docker.com | sh
|
||||||
apt-get update
|
|
||||||
apt-get install -y docker.io
|
|
||||||
|
|
||||||
# - name: Login to Docker Registry
|
# - name: Login to Docker Registry
|
||||||
# uses: docker/login-action@v1
|
# uses: docker/login-action@v1
|
||||||
|
|
Loading…
Reference in New Issue