This commit is contained in:
parent
39fd7cba15
commit
ddfcc661de
1 changed files with 2 additions and 3 deletions
|
|
@ -12,7 +12,6 @@ jobs:
|
|||
run: |
|
||||
apk add --no-cache libc6-compat git zstd docker docker-cli openrc
|
||||
apk update
|
||||
addgroup $(whoami) docker
|
||||
yarn set version canary
|
||||
yarn config set nodeLinker node-modules
|
||||
- name: checkout
|
||||
|
|
@ -27,8 +26,8 @@ jobs:
|
|||
${{ runner.os }}-
|
||||
- name: yarn install
|
||||
run: yarn install
|
||||
- name: Docker Buildx
|
||||
uses: https://code.forgejo.org/docker/setup-buildx-action@v3
|
||||
- name: add to docker group
|
||||
run: addgroup $(whoami) docker
|
||||
- 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