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