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:
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue