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: steps:
- name: setup job - name: setup job
run: | run: |
apk add --no-cache libc6-compat git zstd docker docker-cli apk add --no-cache libc6-compat git zstd
apk update apk update
yarn set version canary yarn set version canary
yarn config set nodeLinker node-modules yarn config set nodeLinker node-modules
@ -26,10 +26,6 @@ jobs:
${{ runner.os }}- ${{ runner.os }}-
- name: yarn install - name: yarn install
run: yarn install run: yarn install
- name: docker info
run: |
echo $(whoami)
addgroup $(whoami) docker
- 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:
@ -41,16 +37,16 @@ jobs:
with: with:
context: ./apps/dispatch context: ./apps/dispatch
push: true push: true
tags: ${{github.server_url}}/rose/datamine/dispatch:devel tags: rose/datamine/dispatch:devel
- name: build ingest - name: build ingest
uses: https://code.forgejo.org/docker/build-push-action@v6 uses: https://code.forgejo.org/docker/build-push-action@v6
with: with:
context: ./apps/ingest context: ./apps/ingest
push: true push: true
tags: ${{github.server_url}}/rose/datamine/ingest:devel tags: rose/datamine/ingest:devel
- name: build dispatch - name: build dispatch
uses: https://code.forgejo.org/docker/build-push-action@v6 uses: https://code.forgejo.org/docker/build-push-action@v6
with: with:
context: ./apps/bot context: ./apps/bot
push: true push: true
tags: ${{github.server_url}}/rose/datamine/bot:devel tags: rose/datamine/bot:devel