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

This commit is contained in:
Nicolas CARON 2024-03-13 14:06:06 +01:00
parent d06d7a5ef3
commit 2cbe3eb6d4
1 changed files with 1 additions and 6 deletions

View File

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