ci(docker): pass labels to push (#1545)

This commit is contained in:
Devin Buhl 2023-02-03 15:22:00 -05:00 committed by GitHub
parent 43e49f36b7
commit 7bd2455175
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,3 +98,4 @@ jobs:
cache-from: type=registry,ref=ghcr.io/${{ github.repository_owner }}/immich-build-cache:${{matrix.image}}
cache-to: ${{ steps.cache-target.outputs.cache-to }}
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}