[rules] Implement /rules and /setrules. DIsable build of arm images.

This commit is contained in:
West14
2022-01-18 21:36:47 +02:00
parent 9d2b0e5374
commit ffbb9dfee8
2 changed files with 22 additions and 24 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
name: Build and push
uses: docker/build-push-action@v2
with:
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: ${{ github.ref == 'refs/heads/dev' }}
tags: ${{ secrets.REGISTRY_URL }}/west/telegram-bot:latest,
${{ secrets.REGISTRY_URL }}/west/telegram-bot:${{ steps.commit_sha.outputs.sha_short }}