Browse Source

correct syntax

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

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

@@ -18,7 +18,7 @@ jobs:
       with:
           username: ${{ secrets.DOCKERHUB_USERNAME }}
           password: ${{ secrets.DOCKERHUB_TOKEN }}
-      name: Build and push to docker hub
+    - name: Build and push to docker hub
       uses: docker/build-push-action@v2
       with:
         context: .