This commit is contained in:
@@ -9,6 +9,12 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
container:
|
||||||
|
image: docker:28.2
|
||||||
|
services:
|
||||||
|
docker:dind:
|
||||||
|
image: docker:28.2-dind
|
||||||
|
command: ["--storage-driver=overlay2", "--tls=false"]
|
||||||
steps:
|
steps:
|
||||||
# 1. Checkout the website repository (your app code)
|
# 1. Checkout the website repository (your app code)
|
||||||
# ------------------------------------------------------------
|
# ------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user