test workflow build and push on gitea registry
Build and Push Docker Image / build_and_push (push) Failing after 2s
Details
Build and Push Docker Image / build_and_push (push) Failing after 2s
Details
This commit is contained in:
parent
dd9ea96f58
commit
96e0debef2
|
@ -10,8 +10,12 @@ jobs:
|
||||||
build_and_push:
|
build_and_push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
container:
|
services:
|
||||||
|
my_docker:
|
||||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||||
|
ports:
|
||||||
|
- 2367:2367
|
||||||
|
options: --name my_container
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|
Loading…
Reference in New Issue