Update .forgejo/workflows/buildpush.yaml
This commit is contained in:
parent
827ff7d6f3
commit
05d1b631d0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue