test workflow build and push on gitea registry
Build and Push Docker Image / build_and_push (push) Failing after 37s
Details
Build and Push Docker Image / build_and_push (push) Failing after 37s
Details
This commit is contained in:
parent
c7e3b96483
commit
5f3a9c4b89
|
@ -16,11 +16,10 @@ jobs:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
# 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: Login to Docker Registry
|
- name: Login to Docker Registry
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
|
|
Loading…
Reference in New Issue