test workflow build and push on gitea registry
Build and Push Docker Image / checkout_repository (push) Successful in 6s 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 6s Details

This commit is contained in:
Nicolas CARON 2024-03-13 14:50:42 +01:00
parent ada0e51864
commit 86eddf894c
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ jobs:
build_and_push_image: build_and_push_image:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: docker:latest container:
image: docker:latest
steps: steps:
# - name: Run Docker # - name: Run Docker