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:
|
||||
push:
|
||||
branches:
|
||||
@ -11,14 +11,13 @@ on:
|
||||
- "src/**/*"
|
||||
|
||||
env:
|
||||
# DOCKERPLATFORM: "linux/amd64,linux/arm64"
|
||||
DOCKERPLATFORM: "linux/amd64,linux/arm64,linux/arm/v7"
|
||||
DOCKERIMAGE: "ghcr.io/the-bds-maneger/core"
|
||||
|
||||
jobs:
|
||||
latestDeploy:
|
||||
devbuild:
|
||||
runs-on: ubuntu-latest
|
||||
name: Publish latest
|
||||
name: Publish main image
|
||||
steps:
|
||||
- uses: actions/checkout@v2.4.0
|
||||
with:
|
||||
|
Reference in New Issue
Block a user