This commit is contained in:
parent
0a57399705
commit
9e5e6862df
1 changed files with 0 additions and 25 deletions
|
|
@ -5,34 +5,9 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
|
||||||
image: node:21-alpine
|
|
||||||
steps:
|
steps:
|
||||||
- name: setup workspace
|
|
||||||
run: |
|
|
||||||
apk add --no-cache libc6-compat git zstd docker docker-cli
|
|
||||||
apk update
|
|
||||||
yarn set version canary
|
|
||||||
yarn config set nodeLinker node-modules
|
|
||||||
- name: checkout
|
|
||||||
uses: https://code.forgejo.org/actions/checkout@v4
|
|
||||||
- name: cache
|
|
||||||
uses: https://code.forgejo.org/actions/cache@v4
|
|
||||||
with:
|
|
||||||
path: |
|
|
||||||
.yarn
|
|
||||||
node_modules
|
|
||||||
key: ${{ runner.os }}-turbo-${{ github.sha }}
|
|
||||||
restore-keys: |
|
|
||||||
${{ runner.os }}-turbo-
|
|
||||||
${{ runner.os }}-
|
|
||||||
- name: yarn install
|
|
||||||
run: yarn install
|
|
||||||
- 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:2376
|
|
||||||
- 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