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