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

This commit is contained in:
Nicolas CARON 2024-03-07 08:58:10 +01:00
parent 08ec14cafe
commit 4535715db1
1 changed files with 1 additions and 3 deletions

View File

@ -15,9 +15,7 @@ jobs:
# Installation de Docker
- name: Install Docker
run: |
apt-get update
apt-get install -y docker.io
run: curl -fsSL https://get.docker.com | sh
# - name: Login to Docker Registry
# uses: docker/login-action@v1