This commit is contained in:
parent
9a212c4bf8
commit
0ee75f2b4e
1 changed files with 4 additions and 8 deletions
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
steps:
|
||||
- name: setup job
|
||||
run: |
|
||||
apk add --no-cache libc6-compat git zstd docker docker-cli
|
||||
apk add --no-cache libc6-compat git zstd
|
||||
apk update
|
||||
yarn set version canary
|
||||
yarn config set nodeLinker node-modules
|
||||
|
|
@ -26,10 +26,6 @@ jobs:
|
|||
${{ runner.os }}-
|
||||
- name: yarn install
|
||||
run: yarn install
|
||||
- name: docker info
|
||||
run: |
|
||||
echo $(whoami)
|
||||
addgroup $(whoami) docker
|
||||
- name: Login to Docker Registry
|
||||
uses: https://code.forgejo.org/docker/login-action@v3
|
||||
with:
|
||||
|
|
@ -41,16 +37,16 @@ jobs:
|
|||
with:
|
||||
context: ./apps/dispatch
|
||||
push: true
|
||||
tags: ${{github.server_url}}/rose/datamine/dispatch:devel
|
||||
tags: rose/datamine/dispatch:devel
|
||||
- name: build ingest
|
||||
uses: https://code.forgejo.org/docker/build-push-action@v6
|
||||
with:
|
||||
context: ./apps/ingest
|
||||
push: true
|
||||
tags: ${{github.server_url}}/rose/datamine/ingest:devel
|
||||
tags: rose/datamine/ingest:devel
|
||||
- name: build dispatch
|
||||
uses: https://code.forgejo.org/docker/build-push-action@v6
|
||||
with:
|
||||
context: ./apps/bot
|
||||
push: true
|
||||
tags: ${{github.server_url}}/rose/datamine/bot:devel
|
||||
tags: rose/datamine/bot:devel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue