Update .forgejo/workflows/buildpush.yaml
Some checks failed
Build And Test / build (push) Failing after 21s
Build And Test / publish (push) Has been skipped

This commit is contained in:
Jarkko Toivanen 2024-03-20 15:39:00 +02:00
parent 827ff7d6f3
commit 05d1b631d0

View file

@ -5,7 +5,7 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: docker
steps: steps:
- uses: https://github.com/actions/checkout@v4 - uses: https://github.com/actions/checkout@v4
- name: Use Node.js - name: Use Node.js
@ -17,7 +17,7 @@ jobs:
NODE_OPTIONS: --max_old_space_size=4096 NODE_OPTIONS: --max_old_space_size=4096
publish: publish:
runs-on: cth-ubuntu-latest runs-on: ubuntu-latest
needs: build needs: build
steps: steps:
- name: Login to Docker Hub - name: Login to Docker Hub