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
|
name: Publish Docker image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
release:
|
||||||
branches:
|
types: [published]
|
||||||
- stable
|
|
||||||
paths:
|
|
||||||
- packages/**
|
|
||||||
- locales/**
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
@ -61,5 +57,5 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
platforms: ${{ steps.buildx.outputs.platforms }}
|
platforms: ${{ steps.buildx.outputs.platforms }}
|
||||||
provenance: false
|
provenance: false
|
||||||
tags: ${{ env.REGISTRY }}/sharkey/sharkey:stable
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: stable
|
labels: ${{ steps.meta.outputs.labels }}
|
Loading…
Reference in a new issue