Browse Source

fix workflow

Matthew R Kasun 3 years ago
parent
commit
5d04b0f244
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/docker-test.yml

+ 2 - 2
.github/workflows/docker-test.yml

@@ -26,7 +26,7 @@ jobs:
               uses: docker/build-push-action@v2
               uses: docker/build-push-action@v2
               with:
               with:
                   context: .
                   context: .
-                  platform: linux/amd64
+                  platforms: linux/amd64
                   push: true
                   push: true
-                  tags: ghcr.io/user/gravitl/netmaker:testing
+                  tags: ghcr.io/gravitl/netmaker:testing