updated workflow
Docker Push / build (push) Successful in 1m7s Details

This commit is contained in:
Nick Trimborn 2023-07-20 10:53:37 +02:00
parent 385dd54468
commit 4dc2220ed6
2 changed files with 3 additions and 3 deletions

View File

@ -55,8 +55,8 @@ jobs:
- name: Build and push - name: Build and push
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4
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/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 }}