decentralised sync engine
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: i may be stupid

serenity d0565d0a 1de2e58b

+7
+7
.github/workflows/push-image.yaml
··· 1 + name: Build and Push Docker Image 2 + 3 + on: 4 + push: 5 + tags: 6 + - "v*" 7 + 1 8 env: 2 9 REGISTRY: ghcr.io 3 10 IMAGE_NAME: ${{ github.repository }}