decentralised sync engine

fix: i may be stupid

serenity d0565d0a 1de2e58b

Changed files
+7
.github
workflows
+7
.github/workflows/push-image.yaml
···
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
···
+
name: Build and Push Docker Image
+
+
on:
+
push:
+
tags:
+
- "v*"
+
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}