updated workflow
All checks were successful
Docker Push / build (push) Successful in 39s

This commit is contained in:
Nick Trimborn
2023-07-20 11:16:49 +02:00
parent 9213b3900f
commit 36c3489c55

View File

@@ -52,7 +52,6 @@ jobs:
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
#type=semver,pattern={{major}}.{{minor}}
- name: Build and push
uses: docker/build-push-action@v4
@@ -65,6 +64,3 @@ jobs:
#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