mirror of
https://github.com/alexta69/metube.git
synced 2025-04-03 20:27:36 +03:00
complete integration of mage build via github workflows
This commit is contained in:
parent
da48bc6272
commit
8118dfa6ac
1 changed files with 3 additions and 1 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -31,8 +31,10 @@ jobs:
|
|||
context: .
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
push: true
|
||||
tags: ${{ secrets.DOCKERHUB_REPOSITORY }}:github
|
||||
tags: ${{ secrets.DOCKERHUB_REPOSITORY }}:latest
|
||||
|
||||
dockerhub-sync-readme:
|
||||
needs: dockerhub-build-push
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Sync README
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue