This commit is contained in:
@@ -16,21 +16,13 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-base-builder:
|
build-base-builder:
|
||||||
runs-on: self-hosted
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 360
|
timeout-minutes: 360
|
||||||
container:
|
|
||||||
image: node:20-bullseye
|
|
||||||
options: --privileged
|
|
||||||
services:
|
services:
|
||||||
docker:
|
docker:
|
||||||
image: docker:28.5.1-dind
|
image: docker:28.5.1-dind
|
||||||
options: --privileged
|
options: --privileged
|
||||||
steps:
|
steps:
|
||||||
- name: Install Docker CLI
|
|
||||||
run: |
|
|
||||||
apt-get update
|
|
||||||
apt-get install -y docker.io
|
|
||||||
|
|
||||||
- name: Login to the Container registry
|
- name: Login to the Container registry
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user