test workflow build and push on gitea registry
Build and Push Docker Image / build_and_push (push) Failing after 31s
Details
Build and Push Docker Image / build_and_push (push) Failing after 31s
Details
This commit is contained in:
parent
4408f007ef
commit
311709f22f
|
@ -15,13 +15,13 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
# Installation de Docker
|
# Installation de Docker
|
||||||
# - name: Install Docker
|
- name: Install Docker
|
||||||
# run: |
|
run: |
|
||||||
# apt-get update
|
apt-get update
|
||||||
# apt-get install -y docker.io
|
apt-get install -y docker.io
|
||||||
|
|
||||||
# - 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@v2
|
uses: docker/login-action@v2
|
||||||
|
|
Loading…
Reference in New Issue