test workflow build and push on gitea registry
Build and Push Docker Image / build_and_push (push) Failing after 2s Details

This commit is contained in:
Nicolas CARON 2024-03-13 10:17:28 +01:00
parent dd9ea96f58
commit 96e0debef2
1 changed files with 7 additions and 3 deletions

View File

@ -9,9 +9,13 @@ on:
jobs:
build_and_push:
runs-on: ubuntu-latest
container:
image: ghcr.io/catthehacker/ubuntu:act-latest
services:
my_docker:
image: ghcr.io/catthehacker/ubuntu:act-latest
ports:
- 2367:2367
options: --name my_container
steps:
- name: Checkout repository