updated workflow
Docker Push / build (push) Failing after 32s Details

This commit is contained in:
Nick Trimborn 2023-07-20 11:13:55 +02:00
parent c227745639
commit 9213b3900f
1 changed files with 9 additions and 3 deletions

View File

@ -50,7 +50,7 @@ jobs:
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}
type=semver,pattern={{major}}.{{minor}}
#type=semver,pattern={{major}}.{{minor}}
@ -59,6 +59,12 @@ jobs:
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
tags: |
git.nicktrimborn.de/nick/tasmota-power-exporter:latest
${{ steps.meta.outputs.tags }}
#tags: ${{ steps.meta.outputs.tags }}
#tags: git.nicktrimborn.de/nick/tasmota-power-exporter/tasmota-power-exporter:latest
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64