Update .gitea/workflows/deploy.yml
Some checks failed
Build and Deploy / build (push) Failing after 1m3s
Some checks failed
Build and Deploy / build (push) Failing after 1m3s
This commit is contained in:
@@ -8,7 +8,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: linux
|
runs-on: linux
|
||||||
container:
|
container:
|
||||||
image: docker:20.10.7-dind # Use Docker-in-Docker for building images
|
image: catthehacker/ubuntu:act-latest
|
||||||
options: --privileged # Required for Docker-in-Docker
|
options: --privileged # Required for Docker-in-Docker
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|||||||
Reference in New Issue
Block a user