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 6s Details
Build and Push Docker Image / build_and_push_image (push) Failing after 37s Details

This commit is contained in:
Nicolas CARON 2024-03-13 12:36:13 +01:00
parent 76011f9644
commit 4436c6ad5e
1 changed files with 5 additions and 1 deletions

View File

@ -29,7 +29,6 @@ jobs:
build_and_push_image:
runs-on: ubuntu-latest
container: docker:20.10.7
steps:
# - name: Run Docker
@ -54,6 +53,11 @@ jobs:
# run: |
# echo "Latest tag found: ${{ steps.get_tags.outputs.latest_tag }}"
- name: Install Docker
run: |
apt update
apt install -y docker.io
- name: Install dependencies
run: |
apt update