Update .github/workflows/docker-image.yml
Some checks failed
Build and Push Docker Image / build (push) Failing after 10s
Some checks failed
Build and Push Docker Image / build (push) Failing after 10s
This commit is contained in:
5
.github/workflows/docker-image.yml
vendored
5
.github/workflows/docker-image.yml
vendored
@@ -7,7 +7,10 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: gitea/runner-images:ubuntu-22.04-slim
|
runs-on: docker
|
||||||
|
|
||||||
|
container:
|
||||||
|
image: gitea/runner-images:ubuntu-22.04-slim
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Clone repo
|
- name: Clone repo
|
||||||
|
|||||||
Reference in New Issue
Block a user