test workflow build and push on gitea registry
Build and Push Docker Image / build_and_push (push) Failing after 31s Details

This commit is contained in:
Nicolas CARON 2024-03-07 17:33:02 +01:00
parent 4408f007ef
commit 311709f22f
1 changed files with 6 additions and 6 deletions

View File

@ -15,13 +15,13 @@ jobs:
uses: actions/checkout@v3
# Installation de Docker
# - name: Install Docker
# run: |
# apt-get update
# apt-get install -y docker.io
- name: Install Docker
run: |
apt-get update
apt-get install -y docker.io
# - name: Start Docker
# run: service docker start
- name: Start Docker
run: service docker start
- name: Login to Docker Registry
uses: docker/login-action@v2