Clean Actions file #339
7
.github/workflows/publish_docker_main.yml
vendored
7
.github/workflows/publish_docker_main.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Publish latest image
|
name: Publish image
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
@ -11,14 +11,13 @@ on:
|
|||||||
- "src/**/*"
|
- "src/**/*"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# DOCKERPLATFORM: "linux/amd64,linux/arm64"
|
|
||||||
DOCKERPLATFORM: "linux/amd64,linux/arm64,linux/arm/v7"
|
DOCKERPLATFORM: "linux/amd64,linux/arm64,linux/arm/v7"
|
||||||
DOCKERIMAGE: "ghcr.io/the-bds-maneger/core"
|
DOCKERIMAGE: "ghcr.io/the-bds-maneger/core"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
latestDeploy:
|
devbuild:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Publish latest
|
name: Publish main image
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.4.0
|
- uses: actions/checkout@v2.4.0
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user