Clean Actions file #339

Merged
Sirherobrine23 merged 6 commits from clean_actions into main 2022-04-09 12:09:53 +00:00
3 changed files with 7 additions and 15 deletions
Showing only changes of commit 7fb12b6786 - Show all commits

View File

@ -1,18 +1,17 @@
name: Publish release image
name: Publish image (Release)
on:
release:
types:
- created
env:
# DOCKERPLATFORM: "linux/amd64,linux/arm64"
DOCKERPLATFORM: "linux/amd64,linux/arm64,linux/arm/v7"
DOCKERIMAGE: "ghcr.io/the-bds-maneger/core"
jobs:
latestDeploy:
publishRelease:
runs-on: ubuntu-latest
name: Publish latest
name: Publish image
steps:
- uses: actions/checkout@v2.4.0
with: