Fixes #198 by tagging docker images
parent
e02c489b54
commit
5c7b649705
|
@ -2,7 +2,8 @@ name: Docker
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["main"]
|
tags:
|
||||||
|
- '*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker-build-push:
|
docker-build-push:
|
||||||
|
@ -33,4 +34,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: zefhemel/silverbullet:latest
|
tags: |
|
||||||
|
zefhemel/silverbullet:latest
|
||||||
|
zefhemel/silverbullet:${{ github.ref_name }}
|
Loading…
Reference in New Issue