Fixes #198 by tagging docker images
This commit is contained in:
@@ -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 }}
|
||||||
Reference in New Issue
Block a user