Skip to content
Snippets Groups Projects
Commit 5e784649 authored by Marie's avatar Marie
Browse files

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

parent 043f26c8
No related branches found
No related tags found
No related merge requests found
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
\ No newline at end of file
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment