upd(ci): stable docker builds with version and latest tag

This commit is contained in:
Marie 2023-12-22 01:25:30 +01:00
parent 043f26c895
commit 5e78464918

View file

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