From 8118dfa6ac11c1f3790705825cb2ecb1d3998c1e Mon Sep 17 00:00:00 2001 From: Alex Shnitman Date: Wed, 10 Mar 2021 21:37:10 +0200 Subject: complete integration of mage build via github workflows --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a2e0f5a..f7744f2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 -- cgit