mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
allow workflow_dispath on docker deploy
This commit is contained in:
parent
bd2b39fdfb
commit
d28fc9f630
1 changed files with 4 additions and 3 deletions
7
.github/workflows/publish-docker-auto.yml
vendored
7
.github/workflows/publish-docker-auto.yml
vendored
|
|
@ -3,6 +3,7 @@ name: Publish Docker to GHCR
|
|||
permissions: write-all
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
|
|
@ -49,6 +50,6 @@ jobs:
|
|||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
platforms: |
|
||||
linux/amd64
|
||||
linux/arm/v7
|
||||
linux/arm64/v8
|
||||
linux/amd64
|
||||
linux/arm/v7
|
||||
linux/arm64/v8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue