This commit is contained in:
parent
9ce7b3b891
commit
b47cebb2c0
@ -2,10 +2,7 @@
|
||||
name: Build and publish container images
|
||||
|
||||
on:
|
||||
# - workflow_dispatch
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- workflow_dispatch
|
||||
|
||||
jobs:
|
||||
build-and-publish:
|
||||
@ -45,6 +42,9 @@ jobs:
|
||||
platforms: |
|
||||
linux/amd64
|
||||
linux/arm64
|
||||
# linux/riscv64
|
||||
# linux/arm/v7
|
||||
# linux/arm/v6
|
||||
build-args: |
|
||||
NODE_VERSION=20
|
||||
secrets: |
|
||||
|
@ -2,10 +2,9 @@
|
||||
name: Build container images
|
||||
|
||||
on:
|
||||
- workflow_dispatch
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -33,6 +32,9 @@ jobs:
|
||||
platforms: |
|
||||
linux/amd64
|
||||
linux/arm64
|
||||
# linux/riscv64
|
||||
# linux/arm/v7
|
||||
# linux/arm/v6
|
||||
build-args: |
|
||||
NODE_VERSION=20
|
||||
secrets: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user