1
0

Fixes #198 by tagging docker images

This commit is contained in:
Zef Hemel 2023-05-07 13:46:04 +02:00
parent e02c489b54
commit 5c7b649705

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