Browse Source

workflow fix

hvalev 4 năm trước cách đây
mục cha
commit
5019026bd3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/main.yml

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

@@ -61,7 +61,7 @@ jobs:
         run: |
           docker buildx build --push \
           --tag hvalev/dht22mqtt-homeassistant:latest \
-          --tag hvalev/dht22mqtt-homeassistant:${{steps.get_version.outputs.version-without-v}} \
+          --tag hvalev/dht22mqtt-homeassistant:${{ steps.get_version.outputs.version-without-v }} \
           --platform linux/arm/v7,linux/arm64 .
       - 
         name: Docker Hub Description