Update .github/workflows/docker-deploy.yaml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 11s
Docker Push / build (push) Failing after 56s

This commit is contained in:
2023-07-20 08:13:57 +00:00
parent be1bac4d9b
commit 97342b3bab

View File

@@ -57,5 +57,6 @@ jobs:
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
#tags: ${{ steps.meta.outputs.tags }}
tags: git.nicktrimborn.de/nick/tasmota-power-exporter:${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}