test workflow build and push on gitea registry
Build and Push Docker Image / build_and_push (push) Failing after 16s
Details
Build and Push Docker Image / build_and_push (push) Failing after 16s
Details
This commit is contained in:
parent
255edf3390
commit
1c3be9f998
|
@ -9,6 +9,9 @@ on:
|
|||
jobs:
|
||||
build_and_push:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: docker:latest
|
||||
options: --privileged
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
Loading…
Reference in New Issue