Matthew R. Kasun 3 years ago
parent
commit
eaeafb42f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/docker-builder.yml

+ 1 - 1
.github/workflows/docker-builder.yml

@@ -22,7 +22,7 @@ jobs:
       uses: docker/build-push-action@v2
       with:
         context: .
-        load: true
+        push: true
         platforms: linux/amd64, linux/arm64
         file: ./docker/Dockerfile-go-builder
         tags: gravitl/go-builder:latest