瀏覽代碼

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

Devin Buhl 2 年之前
父節點
當前提交
7bd2455175
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/docker.yml

+ 1 - 0
.github/workflows/docker.yml

@@ -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 }}