Fixes #198 by tagging docker images

pull/401/head
Zef Hemel 2023-05-07 13:46:04 +02:00
parent e02c489b54
commit 5c7b649705
1 changed files with 5 additions and 2 deletions

View File

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