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