Update .github/workflows/docker-deploy.yaml
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 11s Details
Docker Push / build (push) Successful in 1m7s Details

This commit is contained in:
nick 2023-07-20 08:26:43 +00:00
parent 8f2f0db9da
commit 385dd54468
1 changed files with 1 additions and 1 deletions

View File

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