1
0
Fork 0

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

This commit is contained in:
Jarkko Toivanen 2024-03-20 15:39:00 +02:00
parent 827ff7d6f3
commit 05d1b631d0
1 changed files with 2 additions and 2 deletions

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