This commit is contained in:
parent
a336d4773c
commit
b14d4a8f22
1 changed files with 1 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ on:
|
||||||
branches: [devel]
|
branches: [devel]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: node:21-alpine
|
image: node:21-alpine
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -14,9 +14,6 @@ jobs:
|
||||||
apk update
|
apk update
|
||||||
- name: Docker Buildx
|
- name: Docker Buildx
|
||||||
uses: https://code.forgejo.org/docker/setup-buildx-action@v3
|
uses: https://code.forgejo.org/docker/setup-buildx-action@v3
|
||||||
with:
|
|
||||||
driver: remote
|
|
||||||
endpoint: tcp://docker:2375
|
|
||||||
- name: Login to Docker Registry
|
- name: Login to Docker Registry
|
||||||
uses: https://code.forgejo.org/docker/login-action@v3
|
uses: https://code.forgejo.org/docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue