hvalev 3 years ago
parent
commit
761a0f87db
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/main.yml

+ 2 - 2
.github/workflows/main.yml

@@ -16,7 +16,7 @@ jobs:
     runs-on: ubuntu-18.04
     steps:
       - uses: actions/checkout@master
-      - name: Setup Python Matrix
+      - name: Setup Python
         uses: actions/setup-python@v1
         with:
           python-version: 3.7
@@ -56,7 +56,7 @@ jobs:
       -
         name: Run Buildx
         with:
-           version: ${{ steps.get_version.outputs.version-without-v }}
+          version: ${{ steps.get_version.outputs.version-without-v }}
         run: |
           docker buildx build --push \
           --tag hvalev/dht22mqtt-homeassistant:latest \