Add docker multiarch build and push to release
Co-authored-by: Ben Johnson <benbjohnson@yahoo.com>
This commit is contained in:
committed by
Ben Johnson
parent
8589111717
commit
1a630aed04
3
.github/workflows/release.linux.yml
vendored
3
.github/workflows/release.linux.yml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user