Change build image to lif dind
All checks were successful
Build and Push Docker Image / build (push) Successful in 11s
All checks were successful
Build and Push Docker Image / build (push) Successful in 11s
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user