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
87ea725e51
commit
d70449602d
|
@ -9,6 +9,8 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build_and_push:
|
build_and_push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: ghrc.io/catthehacker/ubuntu:act-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|
Loading…
Reference in New Issue