forked from PluralFlux/PluralFlux
Update .gitea/workflows/build-main.yml
Some checks failed
nodeJS remote worker / build (push) Failing after 18s
Some checks failed
nodeJS remote worker / build (push) Failing after 18s
This commit is contained in:
@@ -2,9 +2,9 @@ name: nodeJS remote worker
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["main","dev"]
|
branches: ["main"]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ["main", "dev"]
|
branches: ["main"]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
@@ -32,4 +32,4 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
${{ gitea.server_url }}/${{ gitea.repository }}:latest
|
${{ gitea.server_url }}/pluralflux-dev:latest
|
||||||
Reference in New Issue
Block a user