Add docker multiarch build and push to release

Co-authored-by: Ben Johnson <benbjohnson@yahoo.com>
This commit is contained in:
Campbell Vertesi
2022-02-11 15:37:26 +01:00
committed by Ben Johnson
parent 8589111717
commit 1a630aed04
3 changed files with 62 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
on:
release:
types:
- created
- published
pull_request:
types:
- opened
@@ -132,4 +132,3 @@ jobs:
run: sleep 60 && gh workflow run deploy.yml -R benbjohnson/litestream-test-runner -f run_id=${{ github.run_id }} -f litestream_version=${{ github.sha }}
env:
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}