Browse Source

simplified workflow

Matthew R Kasun 4 years ago
parent
commit
476a19d686
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .github/workflows/publish-docker.yml

+ 4 - 0
.github/workflows/publish-docker.yml

@@ -31,6 +31,10 @@ jobs:
       -
         name: Set up Docker Buildx
         uses: docker/setup-buildx-action@v1
+        with:
+            context:
+                platforms: linux/amd64, linux/arm64
+                tags: ${{ steps.meta.output.tags }}
       -
         name: Login to DockerHub
         uses: docker/login-action@v1