Skip to content

Bump v0.1.3

Bump v0.1.3 #8

Workflow file for this run

name: Publish
on:
push:
tags:
- v[0-9].*
jobs:
build-and-push-console:
uses: ./.github/workflows/docker-push.yaml
with:
image-name: console
tag-name: ${{ github.ref_name }}
permissions:
contents: read
packages: write
build-and-push-server:
uses: ./.github/workflows/docker-push.yaml
with:
image-name: server
tag-name: ${{ github.ref_name }}
permissions:
contents: read
packages: write