Clean Actions file #339

Merged
Sirherobrine23 merged 6 commits from clean_actions into main 2022-04-09 12:09:53 +00:00
2 changed files with 4 additions and 11 deletions
Showing only changes of commit 6a1d86d940 - Show all commits

View File

@ -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: