fix(docker): add platform tag and increase frequency of multi-arch ma… #233
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: mirror-main-branch | |
on: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
jobs: | |
mirror-main-branch: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: zofrex/mirror-branch@v1 | |
with: | |
target-branch: humble |