mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
chore: use docker meta output for push tags and labels
This commit is contained in:
committed by
GitHub
parent
85a40d1621
commit
354e7dea79
3
.github/workflows/build-and-push-docker.yml
vendored
3
.github/workflows/build-and-push-docker.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user