finally?
Some checks failed
Build OCI Images / build (push) Failing after 48s

This commit is contained in:
Rose 2024-07-24 03:27:13 -04:00
parent 9a212c4bf8
commit 0ee75f2b4e
No known key found for this signature in database

View file

@ -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