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

This commit is contained in:
Nicolas CARON 2024-03-13 14:12:17 +01:00
parent c2dcb594b2
commit fb17476487
1 changed files with 4 additions and 4 deletions

View File

@ -55,9 +55,9 @@ jobs:
# echo "Latest tag found: ${{ steps.get_tags.outputs.latest_tag }}"
- name: Install Docker
run: |
sudo apt update
sudo apt install -y docker.io
sudo service docker start
apt update
apt install -y docker.io
service docker start
- name: Verify Docker installation
run: docker --version