Clean Actions file #339
9
.github/workflows/publish_npm_release.yml
vendored
9
.github/workflows/publish_npm_release.yml
vendored
@ -4,15 +4,10 @@ on:
|
|||||||
types:
|
types:
|
||||||
- created
|
- created
|
||||||
|
|
||||||
env:
|
|
||||||
# DOCKERPLATFORM: "linux/amd64,linux/arm64"
|
|
||||||
DOCKERPLATFORM: "linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le,linux/s390x"
|
|
||||||
DOCKERIMAGE: "ghcr.io/the-bds-maneger/core"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
latestDeploy:
|
publishreleasemodule:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Publish npm module
|
name: Publish npm module (release)
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
npm_registry:
|
npm_registry:
|
||||||
|
Reference in New Issue
Block a user