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 3s Details

This commit is contained in:
Nicolas CARON 2024-03-13 12:32:45 +01:00
parent 0561fdf487
commit 874e18e6cc
1 changed files with 5 additions and 0 deletions

View File

@ -53,6 +53,11 @@ jobs:
# - name: Test tags
# run: |
# echo "Latest tag found: ${{ steps.get_tags.outputs.latest_tag }}"
- name: Install dependencies
run: |
apt-get update
apt-get install -y git
- name: Clone repository
run: |