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]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: node:21-alpine
|
||||
steps:
|
||||
|
|
@ -14,9 +14,6 @@ jobs:
|
|||
apk update
|
||||
- name: Docker Buildx
|
||||
uses: https://code.forgejo.org/docker/setup-buildx-action@v3
|
||||
with:
|
||||
driver: remote
|
||||
endpoint: tcp://docker:2375
|
||||
- name: Login to Docker Registry
|
||||
uses: https://code.forgejo.org/docker/login-action@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue