Update .github/workflows/docker-deploy.yaml
This commit is contained in:
parent
be1bac4d9b
commit
97342b3bab
|
@ -57,5 +57,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
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:${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
Loading…
Reference in New Issue