complete integration of mage build via github workflows

pull/31/head
Alex Shnitman 2021-03-10 21:37:10 +02:00
parent da48bc6272
commit 8118dfa6ac
1 changed files with 3 additions and 1 deletions

View File

@ -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