updated workflow
Docker Push / build (push) Successful in 1m7s
Details
Docker Push / build (push) Successful in 1m7s
Details
This commit is contained in:
parent
385dd54468
commit
4dc2220ed6
|
@ -55,8 +55,8 @@ jobs:
|
|||
- name: Build and push
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
#context: .
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
#tags: ${{ steps.meta.outputs.tags }}
|
||||
tags: git.nicktrimborn.de/nick/tasmota-power-exporter/tasmota-power-exporter:latest
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
#tags: git.nicktrimborn.de/nick/tasmota-power-exporter/tasmota-power-exporter:latest
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
Loading…
Reference in New Issue