Change build image to lif dind
All checks were successful
Build and Push Docker Image / build (push) Successful in 11s

This commit is contained in:
lif
2025-09-14 20:06:56 +01:00
parent d8558b1417
commit 74c22160c0

View File

@@ -8,7 +8,7 @@ jobs:
build:
runs-on: [label-one]
container:
image: node:alpine3.22
image: liffsh/dind
steps:
- uses: actions/checkout@v4
- name: Login to Registry
@@ -16,3 +16,4 @@ jobs:
with:
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}