mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-03-19 10:23:07 +00:00
feat: run publish_images workflow on release tags
This commit is contained in:
parent
a304f3ad13
commit
dbc2e7c327
@ -2,6 +2,9 @@ name: Publish Docker Images
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
@ -42,6 +45,7 @@ jobs:
|
||||
with:
|
||||
images: ${{ secrets.DOCKER_REGISTRY }}/${{ github.repository }}/${{ matrix.name }}
|
||||
tags: |
|
||||
type=ref,event=tag
|
||||
type=ref,event=branch
|
||||
type=ref,event=pr
|
||||
type=semver,pattern={{version}}
|
||||
Loading…
x
Reference in New Issue
Block a user