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

This commit is contained in:
2024-03-13 10:17:28 +01:00
parent dd9ea96f58
commit 96e0debef2

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