chore: use docker meta output for push tags and labels

This commit is contained in:
Christian Benincasa
2024-07-17 17:26:11 -04:00
committed by GitHub
parent 85a40d1621
commit 354e7dea79

View File

@@ -122,6 +122,7 @@ jobs:
is_edge_build=true
tunarr_build="${TUNARR_VERSION}"
target: full-stack
tags: ${{matrix.builds.tags}}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max