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