upd(ci): stable docker builds with version and latest tag
This commit is contained in:
parent
043f26c895
commit
5e78464918
1 changed files with 4 additions and 8 deletions
|
@ -1,12 +1,8 @@
|
|||
name: Publish Docker image
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- stable
|
||||
paths:
|
||||
- packages/**
|
||||
- locales/**
|
||||
release:
|
||||
types: [published]
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
@ -61,5 +57,5 @@ jobs:
|
|||
push: true
|
||||
platforms: ${{ steps.buildx.outputs.platforms }}
|
||||
provenance: false
|
||||
tags: ${{ env.REGISTRY }}/sharkey/sharkey:stable
|
||||
labels: stable
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
Loading…
Reference in a new issue