Skip to content

Update to new version of matrix-bot-base #3

Update to new version of matrix-bot-base

Update to new version of matrix-bot-base #3

name: Docker Push
on:
workflow_dispatch:
push:
# Publish `main` as Docker `latest` image.
branches:
- main
paths-ignore:
- '**.md'
- '.github/**'
# Publish `v1.2.3` tags as releases.
tags:
- v*
jobs:
push:
uses: dfuchss/actions/.github/workflows/docker.yml@main
with:
image-name: yarb
push: true