From 07723353d089623905302aa4a320b979b9065a4d Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Tue, 13 Apr 2021 12:25:06 -0700 Subject: [PATCH] Adds labels --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 385f0d9e..3d12a998 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -70,6 +70,7 @@ jobs: push: true platforms: linux/amd64,linux/arm/v7,linux/arm64/v8 tags: ${{ steps.meta.outputs.tags }} + labels: ${{ steps.meta.outputs.labels }} cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache-new - # Temp fix