test workflow build and push on gitea registry
Build and Push Docker Image / checkout_repository (push) Successful in 5s Details
Build and Push Docker Image / login_docker_registry (push) Successful in 5s Details
Build and Push Docker Image / build_and_push_image (push) Failing after 4s Details

This commit is contained in:
Nicolas CARON 2024-03-13 12:33:34 +01:00
parent 874e18e6cc
commit 76011f9644
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@ jobs:
- name: Install dependencies
run: |
apt-get update
apt-get install -y git
apt update
apt install -y git
- name: Clone repository
run: |