test workflow build and push on gitea registry
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 2s
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 2s
This commit is contained in:
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@@ -9,9 +9,13 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build_and_push:
|
build_and_push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
container:
|
services:
|
||||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
my_docker:
|
||||||
|
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||||
|
ports:
|
||||||
|
- 2367:2367
|
||||||
|
options: --name my_container
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|||||||
Reference in New Issue
Block a user