mirror of
https://github.com/alexta69/metube.git
synced 2025-04-04 12:47:38 +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: .
|
context: .
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ secrets.DOCKERHUB_REPOSITORY }}:github
|
tags: ${{ secrets.DOCKERHUB_REPOSITORY }}:latest
|
||||||
|
|
||||||
dockerhub-sync-readme:
|
dockerhub-sync-readme:
|
||||||
|
needs: dockerhub-build-push
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Sync README
|
- name: Sync README
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue